Ok here goes!
 
Lets say I have an array:
 
$myArray = array();
 
Now lets say I am looping over something
 
 
<LOOP>
 
How do I simply add a new value to the array??
 
I just want to start tacking on new key/value pairs to the array.
 
I must be missing something really basic, but I'm not getting it LOL.
 
<END LOOP>
 
 
Thanks,.
 
<MAtt>

Reply via email to