Hi Steen,
See array_splice() in manual
SR> Hi
SR> How can I remove a vale from a array()
SR> eg;
SR> $a = array("1","2","3");
SR> if I then unset($a[1]) the value is NULL, or the offset is empty, and you get a
error if yoy try to access that element.
SR> What I want/need is a function whic can remove a valy/key from a array
SR> Does such a function exists ?
SR> Thanks in advance
SR> Steen
--
Best regards,
Ruslan Ohitin
mailto:[EMAIL PROTECTED]
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]