When I run my script with a file() call to open up a webpage...
$html = file("http://example.com/abc/defg.php");
I get the following warning:
Warning: file("http://example.com/abc/defg.php") - Success in /home/httpd/myscript.php line 2
Does anyone have any idea what this warning means? It just kills the script and the $html arrray is empty.