PHP on LINUX

A

Anonymous

Guest
Hi, I want to write a script which can interact with LINUX system command like "add user","delete user", "read mail" like thse. Can any 1 help me how can i do this. Is it possible in PHP or I need other language? If possible then how !!!
 
I would strongly suggest do not use this alternative...
however... it is possible by PHP though...
check shell_exec
 
Back
Top