Category Archives: MySql Tutorials

MySql is one of the most powerful open source relational databases available. It has become very popular and trusted by thousands of companies around the world. Here’s where you can find all my notes on using MySql.

Recursive Categories

Recursive Functions in PHP to Manage Single MySql Hierarchy Table

The recursive function is a necessary tool when it comes to creating very deep levels of categories and pages. These functions in fact are one of the best solutions in order to manage deep levels of relationships that are also … Read More »

Posted in MySql Tutorials, PHP Tutorials, Tutorials | Leave a comment
zipcodes-ss

MySql City, State, Zip, Latitude, Longitude Database

Just recently I needed a mysql database table that contained records for city, state, zip, latitude, and longitude coordinates. I needed a complete list of locations since one of my projects involved an ajax location auto populating script. While browsing … Read More »

Posted in MySql Tutorials, PHP Tutorials, Tutorials | 1 Comment