Richard
05-05-2004, 01:14 PM
$url = "http://blahblahblah.com";
$lines = file('$url');
It is literally trying to access http://$url and gives this error:
Warning: file($url): failed to open stream: No such file or directory in /home/domains/blah.com/user/htdocs/blah/blah.php on line 8
How do I fix this?
$lines = file('$url');
It is literally trying to access http://$url and gives this error:
Warning: file($url): failed to open stream: No such file or directory in /home/domains/blah.com/user/htdocs/blah/blah.php on line 8
How do I fix this?