Just to add...
> file_get_contents(http://www.blabla.com/index.php); does the job it seems.
This doesn't work through proxy with NTLM authentication.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Nevermind... I found out now.
file_get_contents(http://www.blabla.com/index.php); does the job it seems.
"Aidal" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi NG.
>
> I'm trying to re-make a script I once had to make static html out of some
> dynamic sites.
> I'm having troub