Page 1 of 1

php and LAN

Posted: Tue May 29, 2007 5:38 am
by mukeshvariya34
Hi,


how do I know through php that how many manchins lan with my computer and its detail like IP etc

Posted: Tue May 29, 2007 5:49 am
by Jenk
You've mistyped your [s]advert[/s] link to your blog.

and to answer your question, you can't do it directly with PHP; you'll have to either find/create an extension, or use shell_exec() to execute a command locally on the server.