RE: [PHP] another splice?

2002-07-11 Thread Ford, Mike [LSS]
-Original Message- From: David Duong [mailto:[EMAIL PROTECTED]] Sent: 10 July 2002 22:57 Is their 1 function method to remove an element within an array using its key instead of its position within the element? You mean like unset($arr[$n]) ?? Cheers! Mike

[PHP] another splice?

2002-07-10 Thread David Duong
Is their 1 function method to remove an element within an array using its key instead of its position within the element? I am looking for a substitution for placing removing an element without having to make another array just to list all the array elements and then using that to specify where