WAMP (& LAMP)
Setting up a dev box with Apache HTTP Server, PHP and MySQL is an important skill for any web developer.…
productivity through technology
Setting up a dev box with Apache HTTP Server, PHP and MySQL is an important skill for any web developer.…
phpMyAdmin is used to administer a MySQL database over the Internet; it is a crucial tool that web hosting companies…
This requirement came from a project where South African ID numbers needed to be validated and the available info i.e.…
In the process of refactoring some MySQL queries in some PHP code, I came across some interesting syntax for field…
Here is a brief outline of my experiment with PHP and MongoDB on my dev machine: Hello World!
A standard addition to any website is some ability to contact the website owners. Whilst many have opted for implementing…
MySQL has a built-in tool for creating MySQL database backups, called mysqldump. In this tutorial, we use it from a…
This is how to backup and restore a MySQL table using a PHP script. Please note: this is an old…
This PHP script opens and reads the contents of a Microsoft Word document (.doc only) using the COM object. It…
Another post from the archives. When 2009 rolled in all the websites built by the company I worked for at…