News

Open source has brought a lot more than Linux to the computing world. It has also given us PHP and MySQL. In the first installment of this three-lesson tutorial, we cover everything you need to ...
PHP is probably the most used scripting language behind the internet. So taking a hint from last weeks list, we point to Smashing Magazine and their Advanced PHP Tips. Don’t worry if you’re a ...
Multiple Field Search With PHP and mySQL. Search engines are integral features to any well designed website, but how well does your search engine work?
Recently, I was looking for a calendar system that would allow me to keep track of events, appointments and project dates. Quite a few of the applications that I looked at were written in PHP and used ...
Learn how to access a MySQL database from the Web using PHP, including how to read from and write to the database and how to filter potentially troublesome input data. Previously, in our work with ...
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.