Sweet Charity
New Member
- Messages
- 2
- Reaction score
- 0
- Points
- 1
OK, this works:
But this doesn't:
I get an error:
Code:
echo file_get_contents("http://www.google.com/");
Code:
echo file_get_contents("http://www.mustigman.com/");
Why does it happen?Warning: file_get_contents(http://www.mustigman.com/) [function.file-get-contents]: failed to open stream: Connection timed out in index.php on line 3
Last edited: