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
I have created a stored procedure wich is accessing an remote linked MSSQL
2000 server and works perfectly from Querry Analyzer. The problem occurs
when I try to execute the stored procedure from php 5.0.3 (by using mssql_bind
or mssql_query); I've got no error but no result either. It seems that p
Hi NG.
I'm having trouble making a local php script open a remote php script and
save the output of the remote script in a local file.
I have FTP access to the remote server, so if placing the "local" script at
the same server as the "remote" script, makes this easier this would also be
an opti
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
I have created a stored procedure wich is accessing an remote linked MSSQL
2000 server and works perfectly from Querry Analyzer. The problem occurs
when I try to execute the stored procedure from php 5.0.3 (by using mssql_bind
or mssql_query); I've got no error but no result either. It seems that p
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 trouble though, I can't recall how I got the script output to a
file instead of to the screen/browser.
I use a local apache server to run the script from and it's supposed to
fetch the ou