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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
16 matches
Mail list logo