Category Archives: MySql Tutorials
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
3 Comments
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
8 Comments