Hi,
I'v installed a server on my computer to develop my site.
When I try to read online files (google.com, for example) with, for example, file_get_contents I get this msg (from windows):
Code:
php.exe has genereted errors and will be closed by Windows. You will need to restart the program.
and this one from apache (as HTML):
Code:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, oran@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
I couldn't find any log file.
The exact code that I tried to run is:
php:
$contents = file_get_contents("http://www.google.com/search?q=dog");
Any have any idea how can I solve this problem??
tnx,
Oran.