PHP-GTK. Anyone who uses Linux often enough probably recognizes the two acronyms there. It sounds like a gift from the deity of choice to anyone who uses the PHP language frequently. PHP (Hypertext Preprocessor) as it stands to most people is one of the most common programming languages used today… on the web. Most are familiar with the need to have a web server with PHP so applications like forums and blogs can be run. The funny thing is that 99% of the people using PHP have no idea it really has nothing to do with Apache (the most common web server application), or that PHP does not even need a web server to run.
That number might be high, I just made it up, it could be closer to 98.9%. In any case this is the most frequently encountered problem we run into when trying to help people get started with PHP-GTK.
Let me get it out right now, PHP does not need a web server to be used. PHP does not need Apache. PHP does not need anything but itself. Thanks to the thing called the Command Line Interface (CLI, or PHP-CLI) you can write a PHP script to do things on your own computer just like a Bash script or Windows Batch file. Check out this from my Linux terminal window:
