Add New Key to Array
Posted: Thu Jul 24, 2008 7:13 pm
Is this possible to do, someway, cause I can't get it to work!
Code: Select all
$output = array();
$output['thisNewKey'] = 'thisNewValue';