php and LAN

Whether you are using Linux on the desktop or as a server, it's still good that you're using Linux. Linux related questions go here.

Moderator: General Moderators

Post Reply
mukeshvariya34
Forum Newbie
Posts: 1
Joined: Tue May 29, 2007 5:26 am

php and LAN

Post by mukeshvariya34 »

Hi,


how do I know through php that how many manchins lan with my computer and its detail like IP etc
User avatar
Jenk
DevNet Master
Posts: 3587
Joined: Mon Sep 19, 2005 6:24 am
Location: London

Post 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.
Post Reply