Hello,
Can you tell me why the following code returns an error?
<? $handle = fopen('http://www.canada.com/sports/Crosby back race/5745823/story.html', "r"); //Error returned //fopen(http://www.canada.com/sports/Crosby back race/5745823/story.html) //[function.fopen]: failed to open stream: HTTP request failed! //HTTP/1.0 400 Bad Request in /home/content/87/8235887/html/rtnpage.php ?>Also, how do you fix this type of error?
Thanks,
Neil