Re: [PHP] Kick one of these darn elements out of my array, I aint having it!

2001-03-12 Thread David Robley
On Tue, 13 Mar 2001 05:08, Brandon Orther wrote: > Hello, > > I want to take one element out of an array, is there a way to remove an > element and have the array resorted so there isn't a blank spot where I > remove the elements? Here is an example if the above text made no > sense. > > Example:

[PHP] Kick one of these darn elements out of my array, I aint having it!

2001-03-12 Thread Brandon Orther
Hello, I want to take one element out of an array, is there a way to remove an element and have the array resorted so there isn't a blank spot where I remove the elements? Here is an example if the above text made no sense. Example: $array = Array("1", "2", "3", "4"); So: $array[0] = 1, $array[