Difference between ....

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
leela514
Forum Newbie
Posts: 3
Joined: Fri Apr 30, 2010 2:46 am

Difference between ....

Post by leela514 »

whats the difference between using "mysql_query" and "@mysql_query" ?
User avatar
Eran
DevNet Master
Posts: 3549
Joined: Fri Jan 18, 2008 12:36 am
Location: Israel, ME

Re: Difference between ....

Post 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
leela514
Forum Newbie
Posts: 3
Joined: Fri Apr 30, 2010 2:46 am

Re: Difference between ....

Post by leela514 »

thanks
Post Reply