> I want to delete an element behind of array?, what function What Can I use?

Do you mean remove the last member of an array? If so check out
array_pop() at www.php.net

raz

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

Reply via email to