database Tag Archive
PHP Serialize, What’s it Do? What’s it For?
An explanation of how the PHP serialize() and unserialize() functions can be helpful for you as far as storing a PHP array in a MySQL database and still begin able to attain it’s PHP variable qualities quickly upon retrieval.
Popularity: 27% [?]
Making MySQL Update and Insert Easier
An addition to our PHP/MySQL Query class created last month now we have quick and organized ways to maintain our MySQL INSERT and UPDATE queries.
Popularity: 54% [?]
MySQL Queries Made Easy With PHP Functions Library
Every web developer has a library of code that they reference frequently, if not constantly. I’m sharing with you one of my most useful snippets my MySQL helper class that helps me organize my queries and easily reference commonly used functions.
Popularity: 50% [?]
Populating the Regions, Divisions and States MySQL Tables
The relationships between states, divisions and regions are simple but need to be setup properly from the start. Here we’ll walk though the setup.
Popularity: 17% [?]
US Census Data as a MySQL Database Playground
Somehow I ended up at the 1990 US census and I realized what a valuable data resource it is! All kinds of data that I can use to make a well structured MySQL playground to test new scripts and ideas on.
Popularity: 13% [?]
Find It Quickly
Find what you're looking for quickly by using our keyword search. Can't find it? Try our links below.


