arifs Posted September 18, 2006 Share Posted September 18, 2006 hi , plz tel me how to run system command in linux , I want to run linux command like "ifconfig" and "mii-tool" in phpplz send me code . thanks Quote Link to comment https://forums.phpfreaks.com/topic/21126-sytem-commands-in-php/ Share on other sites More sharing options...
Daniel0 Posted September 18, 2006 Share Posted September 18, 2006 system("ifconfig");exec("ifconfig");Try check the manual first: http://www.php.net/manual/en/index.php Quote Link to comment https://forums.phpfreaks.com/topic/21126-sytem-commands-in-php/#findComment-93815 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.