> just run your array through a foreach loop assigning each key-value pair to a > new array.
OK, I was trying to see if there was a more elegant way to do it, so I wouldn't have
to make the loop.
Like just re-mapping the indices to default values by a short and simple operation.
But it will do the work!
Thanks a lot for your suggestion,
Eivind :-)
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

