> [snip]
> How can I get IP Address from my connection ppp0 or ppp1 in Linux? What 
> 's the function?
> [/snip]

Well, you can (if I'm not mistaken) create PHP modules using C++.  You
could also create shell scripts you could exec().  PHP isn't really
meant to be a server control though.  So anything you do should be
really beefy security.  (i.e. make sure any idiot can't just go to your
web site, pass in a get, and change the settings of your ethernet.  :-D
)

-Dan

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to