Click to See Complete Forum and Search --> : Help me load a remote page without curl and fopen


Dellius
May 15th, 2008, 12:49 PM
Help me load a remote page with curl and fopen disabled, please.

I need to load the page so I can extract data from it and use it in my page. Problem is curl and fopen are disabled and I failed to do it with sockets as well.

Give me a hint, please, how to load the remote page.

PeejAvery
May 15th, 2008, 04:16 PM
file_get_contents() (http://www.php.net/file_get_contents)