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
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
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
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