[suspicious - maybe spam] [PHP-WIN] [suspicious - maybe spam] Re: [suspicious - maybe spam] [PHP-WIN] Re: dynamic -> static html

2005-03-14 Thread Irvin Piraman
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

[PHP-WIN] PHP ugly bug

2005-03-14 Thread Raul IONESCU
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

[PHP-WIN] page output to file

2005-03-14 Thread Aidal
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

[suspicious - maybe spam] [PHP-WIN] Re: dynamic -> static html

2005-03-14 Thread Aidal
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

[PHP-WIN] PHP ugly bug

2005-03-14 Thread Raul IONESCU
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

[PHP-WIN] dynamic -> static html

2005-03-14 Thread Aidal
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