|
Posted by Rik on 10/24/06 16:28
cainwebdesign@gmail.com wrote:
> Rik,
> Thanks but can you take a quick look, i still can see to get it to
> work.
The reason is as simple as evil.
When opening it with PHP, the page terminates prematurely on:
<!-- useragent: null -->
They rely on user-agent detection to build the rest of their page, and
don't revert to anything if it's not recognized.
To gather the HTML, you're best of using CURL, and fake a User-Agent.
--
Rik Wasmus
[Back to original message]
|