Inside-Out - Web Design & Development 4 Beginners

Useful PHP

Saving an Array into a MySQL database table with Serialize

Saving an Array into a MySQL database table with Serialize
February 10, 2011
Tips & Tricks

Use serialize and unserialize to retain the structure of an array when saving to a MySQL database table.

Generate PHP & MySQL code the easy way!

Generate PHP & MySQL code the easy way!
July 21, 2010
Useful PHP

Guard against repetition and save time with this PHP and MySQL code generator. Free for both personal and commercial use.

Simple PHP Function

Simple PHP Function
February 1, 2010
PHP basics

A beginners tutorial on create a simple PHP function and using it to repetitive procedures.

MySQL results – Page numbering

MySQL results – Page numbering
December 14, 2009
Useful PHP

Split MySQL results using PHP and display them across multiple pages. Page numbering tutorial, featuring a simple pagination method for the beginner.