When i run this snippet, i get this error and a blank page; i need a hell of a help please ini setting: allow_url_fopen On error: PHP has encountered an Access Violation at 0197B8D6 Snippet: if(!is_file($_REQUEST['file'])){ $fle="http://p24.corrosive.co.uk:9090/source/readthis.php"; $fp=fopen($fle,'r') or die("cannot open file"); while(!feof($fp)){ $f=$f.fgets($fp,1024); } }
Please pardon my english The topic should read: I got this error in php5 that freeks me out when i call fopen