Inside-Out - Web Design & Development 4 Beginners

Tag: php

Clean a PHP array

Clean a PHP array
January 1, 2012
PHP Functions

Remove empty and duplicate entries from an array with this php array cleaner.

Ordinal numbers – PHP function

Ordinal numbers – PHP function
January 1, 2012
PHP Functions

Generate and return an ordinal number with this PHP function. Example, ‘1st’, ‘2nd’, ‘3rd’, etc.

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

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.

Get Percentage – PHP Function

Get Percentage – PHP Function
August 4, 2010
PHP Functions

A short and simple PHP function to present a rounded percentage based upon two numbers.