Hi,
Sometimes I see this piece of code
$result = @mysql_query( $query ) or
$result = mysql_query( $query )
What is the use of the '@' character ?
regards Johan
Sometimes I see this piece of code
$result = @mysql_query( $query ) or
$result = mysql_query( $query )
What is the use of the '@' character ?
regards Johan
Comment