[PHP-WIN] Re: Run batch files using php

2004-04-28 Thread Jason Barnett
Harpreet wrote: I wrote a batch file using php . Can I run this batch file using php with the system or some other command. Please help Sure, you can call php from the command line and pass arguments to it (like the name of a php script to run). Or did you mean run a batch file from inside a php

[PHP-WIN] Re: Automated Login

2004-04-28 Thread Manuel Lemos
Hello, On 04/28/2004 04:22 PM, Ron Herhuth wrote: I am trying to build an automated dashboard sort of thing that goes and checks if several of my clients sites are functioning and reporting back the findings. I have two types of URLs that I'm attmepting to check. 1) Typical static URLs example: h

[PHP-WIN] Re[2]: [PHP] HTTP Header Viewer... Do I need regexps?

2004-04-28 Thread Tom Rogers
Hi, Thursday, April 29, 2004, 10:08:27 AM, you wrote: TR> The header has line breaks you will need to nl2br() to view them in TR> html TR> -- TR> regards, TR> Tom This should split up the header for you: $http = "HTTP/1.1 200 OK\r\nDate: Tue, 20 Apr 2004 17:28:23 GMT\r\nServer: Microsoft-II

[PHP-WIN] Run batch files using php

2004-04-28 Thread Harpreet
I wrote a batch file using php . Can I run this batch file using php with the system or some other command. Please help -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: [PHP] HTTP Header Viewer... Do I need regexps?

2004-04-28 Thread Tom Rogers
Hi, Thursday, April 29, 2004, 1:31:07 AM, you wrote: LG> Hello everyone, LG> I've been putzing with this for about a week on and off now. LG> I've googled like crazy and tried to figure out the regexps, but I LG> can't just get it. LG> What I'm doing is taking some code I found to show

RE: [PHP-WIN] Re: most latest file

2004-04-28 Thread Harpreet
I wrote a batch file using php . Can I run this batch file using the system or some other command. Please help -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: HTTP Header Viewer... Do I need regexps?

2004-04-28 Thread Jason Barnett
Leif Gregory wrote: Hello everyone, I've been putzing with this for about a week on and off now. I've googled like crazy and tried to figure out the regexps, but I can't just get it. What I'm doing is taking some code I found to show me the HTTP headers from a remote server and making it

[PHP-WIN] Re: problem with web pages and php

2004-04-28 Thread Jason Barnett
Mike Ryan wrote: I have downloaded mysql-4.0.18-win, php-4.3.6, webcalendar and apache2 webserver I am retrieving files from my server so I know the webserver is correct but when I try to access the day.php file all I am getting is the code to show up on the screen. I have tried to add to the

RE: [PHP-WIN] Automated Login

2004-04-28 Thread Svensson, B.A.T. (HKG)
Connect to port 80, and send raw HTTP data. -Original Message- From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: 2004-04-28 21:22 Subject: [PHP-WIN] Automated Login I am trying to build an automated dashboard sort of thing that goes and checks if several of my clients sites are functi

[PHP-WIN] problem with web pages and php

2004-04-28 Thread Mike Ryan
I have downloaded mysql-4.0.18-win, php-4.3.6, webcalendar and apache2 webserver I am retrieving files from my server so I know the webserver is correct but when I try to access the day.php file all I am getting is the code to show up on the screen. I have tried to add to the http.config file

RE: [PHP-WIN] Re: Automated Login

2004-04-28 Thread Ken Sanderson
You can use fsockopen() to build the HTTP header you are sending to a web site in order to mimic a post form submission. Ken -Original Message- From: Jason Barnett [mailto:[EMAIL PROTECTED] Sent: April 28, 2004 3:25 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Re: Automated Login Ron He

[PHP-WIN] Re: Automated Login

2004-04-28 Thread Jason Barnett
Ron Herhuth wrote: I am trying to build an automated dashboard sort of thing that goes and checks if several of my clients sites are functioning and reporting back the findings. I have two types of URLs that I'm attmepting to check. 1) Typical static URLs example: http://www.yahoo.com 2) I would

[PHP-WIN] Automated Login

2004-04-28 Thread Ron.Herhuth
I am trying to build an automated dashboard sort of thing that goes and checks if several of my clients sites are functioning and reporting back the findings. I have two types of URLs that I'm attmepting to check. 1) Typical static URLs example: http://www.yahoo.com 2) I would like to have the

[PHP-WIN] HTTP Header Viewer... Do I need regexps?

2004-04-28 Thread Leif Gregory
Hello everyone, I've been putzing with this for about a week on and off now. I've googled like crazy and tried to figure out the regexps, but I can't just get it. What I'm doing is taking some code I found to show me the HTTP headers from a remote server and making it a bit more dynami

RE: [PHP-WIN] Windows 2003 and SQL Server issues

2004-04-28 Thread Charles P. Killmer
What I ended up doing is creating a user on both the IIS box and the SQL box. Both low level users with the same username and password. I set IIS to use this new user account to run web requests. This was all it took. I think there is a better solution but I havent found it yet. Charles Kil

[PHP-WIN] does php understands UNC \\server\share\file.txt

2004-04-28 Thread De Greef Sébastien
hi, i try to open a file located on a network location. I don't want to map the drive on local computer but it seams tha php doesn't understand \\server\share... Somebody knows a way out? Sorry formy bad english -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.p