Inside-Out - Web Design & Development 4 Beginners

PHP basics

What is PHP?

What is PHP?
May 11, 2011
Become a Web Designer

An explanation of the basic uses of PHP in a nutshell. Written in layman’s terms

Merging Arrays with PHP

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

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

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

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.