This tutorial will show you how to run exec commands and system commands from php using a form, you do not need a database to run these commands but you do need permission to be able to run command line commands from PHP. This tutorial will show you how to do this using an example with the "ping" command, in short we will go through how to ping and display the results via browser.