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 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 Link to comment https://forums.phpfreaks.com/topic/21126-sytem-commands-in-php/#findComment-93815 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.