On 5/10/05, balwant singh <[EMAIL PROTECTED]> wrote:
> is there any method to know whether the other webserver is running or not.

There are lots of methods:

system( 'telnet hostname 80' );

fopen();

fsockopen();

Curl.


-- 
Greg Donald
Zend Certified Engineer
http://destiney.com/

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to