How to Setup a Local PHP/MySql Test Environment with WAMPSERVER
December 15, 2009One of the most important things we do as web developers is test websites. While it’s easy to test static…Free MySQL GUI tools for Database Development and Maintenance
December 9, 2009I've been working with mysql/php for many years, and although there is no substitute for the command line when it…PHP/MySQL: How to Store Queries in a Separate Include File
October 14, 2009When implementing a php/mysql database (or any database for that matter), it's sometimes easy to have all of the queries…Regular Expression for Single Letter – PHP
October 14, 2009I was working on a project where I needed to validate a querystring for a single letter -- uppercase or…