PHP is similar to many other scripting languages like perl, python etc. But unlike perl and python what makes it stand apart is, its adaptability and power to be used as both command line and server side scripting. I hear Yahoo’s mail runs on PHP.
I shall try to explain you the difference by executing the same file on different modes. Don’t expect too much from this post.
PHP Command Line Interface or PHP CLI as the name implies, is a way of using PHP in the system command line, like below. (Read the rest of this entry…)
Continue Reading