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? 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. 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
Archived
This topic is now archived and is closed to further replies.