pouncer Posted April 9, 2009 Share Posted April 9, 2009 for e.g whats the difference between @mysql_insert and mysql_insert and for e.g if (!$rss_data = @file_get_contents($link)) { echo "Sorry, no RSS feed was found at <b>$link</b>"; } when i removed the @ from t@file_get_contents the page threw an error. but when i remove the @ from mysql_insert - no error? Quote Link to comment https://forums.phpfreaks.com/topic/153346-what-does-the-sign-do/ Share on other sites More sharing options...
Maq Posted April 9, 2009 Share Posted April 9, 2009 It suppresses error messages. Quote Link to comment https://forums.phpfreaks.com/topic/153346-what-does-the-sign-do/#findComment-805650 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.