This is a discussion on different syntax mysql_query within the PHP Language forums, part of the PHP Programming Forums category; Hi, Sometimes I see this piece of code $result = @mysql_query( $query ) or $result = mysql_query( $query ) What is the use of ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On 7-Nov-2003, "Johan den Boer" <me@knoware.nl> wrote: > Sometimes I see this piece of code > > $result = @mysql_query( $query ) or > $result = mysql_query( $query ) > > What is the use of the '@' character ? http://www.php.net/manual/en/languag...rorcontrol.php -- Tom Thackrey www.creative-light.com tom (at) creative (dash) light (dot) com do NOT send email to jamesbutler@willglen.net (it's reserved for spammers) |