- Impact
- 2
I need a simple function.
function ($url,$timeout){
return $pageHtml;
}
I need a function that returns the html source from a specific url.
This can be CURL or fsockopen, it should be able to handle redirects.
Payment will be through paypal.
FOLLOWLOCATION with Curl is broken in latest php versions both php4 and php5.
The function needs to be written in php 4.
Best Regards
Jawn
function ($url,$timeout){
return $pageHtml;
}
I need a function that returns the html source from a specific url.
This can be CURL or fsockopen, it should be able to handle redirects.
Payment will be through paypal.
FOLLOWLOCATION with Curl is broken in latest php versions both php4 and php5.
The function needs to be written in php 4.
Best Regards
Jawn







