News

Here's a quick tutorial on how to setup Nginx with PHP support. The key? The installation of fastCGI, aka PHP-FPM, so Nginx can serve PHP files to clients.
The Sum Total of MySQL Field & Display in PHP. Using a combination of PHP and MySQL functions, you can query an online database for numerical values, add them together and display the results on ...