Inside-Out - Web Design & Development 4 Beginners

Monetise: Making money from your website

Monetise: Making money from your website
May 16, 2011
Internet Success

Take charge of your financial potential and make money from your website. You don’t need technical experience to be successful on the internet!

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.

PHP: View an array in a readable format

PHP: View an array in a readable format
February 11, 2011
Tips & Tricks

Trying to read an array via print_r can be a bit of a strain. This an elegant, quick and easy solution for a better display in 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.