Page 1 of 1

Difference between ....

Posted: Fri Apr 30, 2010 2:49 am
by leela514
whats the difference between using "mysql_query" and "@mysql_query" ?

Re: Difference between ....

Posted: Fri Apr 30, 2010 4:30 am
by Eran
The difference is that there is never a good reason to use the second form.
http://php.net/manual/en/language.opera ... ontrol.php

Re: Difference between ....

Posted: Fri Apr 30, 2010 5:07 pm
by leela514
thanks