Inside-Out - Web Design & Development 4 Beginners

Tag: mysql

Dividing Results – Page Numbers – PHP & MySQL

Dividing Results – Page Numbers – PHP & MySQL
June 15, 2011
PHP Functions

Divide up database results onto separate pages with this PHP and MySQL tutorial.

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.

Showing data – MySQL with PHP

Showing data – MySQL with PHP
January 9, 2010
PHP basics

A look at simple implementation of PHP and MySQL for showing the contents of a MySQL database table. Beginners tutorial.

Adding data – MySQL with PHP

Adding data – MySQL with PHP
January 8, 2010
PHP basics

Here is the solution that all PHP/MySQL newbies ask for – how to add data to a MySQL database table using PHP via a webpage.