[snip]
Nope, array_pop is just deleting the last key/value....i need to reindex
it
without deleteing anything.
[/snip]

Always reply to the list ('reply all') as the individual who answered
you might not be there. Always. I mean it.

You shouldn't just delete an item from an array, it is improper
handling....
Thats right, it's not array_pop(), its array_shift()...musta' had a
brain fart and you didn't see the other array functions....

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to