Re: @mysql_query ?



On Apr 30, 12:15 pm, "Mihamina Rakotomandimby (R12y)"
<miham...@xxxxxxxxx> wrote:
Hi,
What would be the meaning of the '@' in @mysql_query()?
I did not find googling, I miss some keyword...
Thank you for any help.

It prevents any errors that might be raised from being displayed.

<http://www.php.net/manual/en/language.operators.errorcontrol.php>

.