Jump to content

Warning: file_get_contents


sggoyal

Recommended Posts

Warning: file_get_contents(http://my_url/index.php?t=trans&o=1&s=2008-07-17%2000:

00:00&e=2008-07-17%2023:59:59) [function.file-get-contents]: failed to

open stream: HTTP request failed! in /file.php on line 393

Link to this page

 

When I select more data means when I select

s=2008-07-17%2000:00:00&e=2008-07-17%2010:59:59 it work properly

 

I also use urlencode() but error remains

i.e

$res =

file_get_contents(http://my_url/index.php?t=trans&o=1&s=2008-07-17%2000:

00:00&e=2008-07-17%2023:59:59);

$res = urlencode($res);

 

But When I click over url:-http://my_url/index.php?t=trans&o=1&s=2008-07-17%2000:

00:00&e=2008-07-17%2023:59:59  it open & my result show.

 

Link to comment
https://forums.phpfreaks.com/topic/115175-warning-file_get_contents/
Share on other sites

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.