Jump to content

stristr dosn't get external sites as string for me S:


sandrodz

Recommended Posts

I'm running it on localhost. that is lamp.

 

I get this error:

 

[error] [client 127.0.0.1] PHP Warning:  file_get_contents(http://www.web-source.net/html_codes_chart.htm): failed to open stream: Connection timed out in /var/www/track.php on line 14, referer: http://localhost/

So, is the issue with "stristr" or with "file_get_contents"?

 

The error that you are seeing that is due to a setting of allow_fopen_url is turned off in you php.ini file and that is good for security reason. Still, if you want to open an remote URL through PHP, use cURL instead.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.