An explanation of the basic uses of PHP in a nutshell. Written in layman’s terms
PHP basics
Merging Arrays with PHP
May 10, 2011
PHP Functions
Single and multi-dimensional arrays can be merged together using array_merge within PHP.
Splitting a string with PHP: Explode
February 10, 2011
PHP basics
Split a string in PHP by using explode. Turning a string into an array.
Simple PHP Function
February 1, 2010
PHP basics
A beginners tutorial on create a simple PHP function and using it to repetitive procedures.
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.
