Jump to content

what does the @ sign do?


pouncer

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.