מה זה
error_reporting(0);
האם חובה לרשום אותו
והאם זה יעבוד 100 אחוז ?
כי בדקתי על פליקס לדוגמא
PHP קוד:
<?php
error_reporting(0);
$site='http://www.flix.co.il/tapuz/egopoker/showVideo.asp?m=2dd19dd803';
if (!file_get_contents($site))
{
Die("לא טוב");
}
else {
echo "בסדר";
}
?>
וזה רשם בסדר למרות שהלינק לא תקין