On Thu, Oct 16, 2008 at 4:44 PM, Ravi Jaya <[EMAIL PROTECTED]> wrote: > 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
Not sure if that's what the OP is looking for... You'll have to parse the output of ifconfig(8) and get what you need. - Raja _______________________________________________ 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
