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:
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[
2 matches
Mail list logo