11-13-2007, 03:51 PM
|
#4 (permalink)
|
|
La Vida es Sueño
Join Date: Sep 2007
Location: Oldham
Posts: 2,280
Thanks: 90
|
You'd be well advised to use Haris' method as otherwise you'll be calling a function which can quite easily be added using standard PHP. Therefore:
php Code:
$aMyArray = array('Blue' => 'Ocean', 'Green' => 'Grass'); $aMyArray[ 'Yellow'] = 'Sunshine';
__________________
The man who comes back through the Door in the Wall will never be quite the same as the man who went out.
|
|
|