enable remote url fopen php

enable remote url fopen php

Posted by: SiliconSorcerer
Posted on: 2008-07-30 08:59:00

I think the subject says it ;)
How do I enable remote url fopen in php, I need to grab the contents of a remote page....


Re: enable remote url fopen php

Posted by: scjessey
Posted on: 2008-07-30 09:22:00

In reply to:

How do I enable remote url fopen in php


You don't. Use the vastly more secure cURL instead.

-- si-blog --

Re: enable remote url fopen php

Posted by: SiliconSorcerer
Posted on: 2008-07-30 09:44:00

THANKS! works like a charm...

Re: enable remote url fopen php

Posted by: scjessey
Posted on: 2008-07-30 11:56:00

Awesome.

-- si-blog --