How to install Mac OS X onto an external drive
How to test if a Shell Command can be executed in PHP
Before we execute a shell command from PHP it’s a good idea to test if the server will respond to it. We can do this by making use of the empty() function. The following example consists of a helper function you can call before executing the command in question. Then we call it with the … Read more