Running Server Commands in PHP | Kiran Hota
Here I will discussed how to run commands on the server. There are many PHP functions available for executing server commands.
For starters, there is exec():
exec(command, $output);
Want to have your say? just login


Be first to show your opinion !!!