Jun 20, 2006 #1 arm207 Programmer Jun 13, 2006 26 US what's the difference between... $con = @ mysql_connect(... and $con = mysql_connect(...
Jun 20, 2006 #2 Vragabond Programmer Jul 23, 2003 5,100 AT It (@) is an error suppression operator. It suppresses any errors that could appear by calling that function. Read more about it here: http://at.php.net/manual/en/language.operators.errorcontrol.php Upvote 0 Downvote
It (@) is an error suppression operator. It suppresses any errors that could appear by calling that function. Read more about it here: http://at.php.net/manual/en/language.operators.errorcontrol.php