how to find server ip in local system using php code?how to display all
> local system ip address in client mechine using php code?
>

 <?php
echo $_SERVER['SERVER_ADDR'];
?>
$_SERVER is a reserved server variable

ref: http://in.php.net/manual/en/reserved.variables.server.php

cheers
Ravi jaya
_______________________________________________
To unsubscribe, email [EMAIL PROTECTED] with 
"unsubscribe <password> <address>"
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to