Mind Went To Hell...Array Question
Posted: Tue Jan 27, 2004 10:06 pm
I don't know why I am having so much trouble...
I create an array, say and then later I want to add to the array. Just doing erases the first array. How do you add to an array. Thanks!
I create an array, say
Code: Select all
<?php $this = array ('This' => 'This', 'That' => 'That') ?>Code: Select all
<?php $this = array ('this2' => 'this2') ?>