i want to read the sourcecode of another webpage and receive the following error using file_get_contents in PHP:
Warning: file_get_contents(url is here) [function.file-get-contents]: failed to open stream: HTTP request failed! HTTP/1.1 403 Forbidden in file_get.php
How is this possible and is there a solution to work around this?
Thanks.