hi i use different pinging services. now i want to make a similar one for myself to make my duty easy.
how can i make a multi-ping form like: http://pingoat.com/
thanks
exec
$output = array(); $returVar = ''; exec("ping -q -c 1 $remoteAddress", $output, $returVar);
would you give more info?
mehrzadsoft wrote:would you give more info?
That pretty much spelled it out. What else are you looking for?
a want more info about XML-RPC and its relation with this multi-ping form. and any thing that you think is neded for me.