Re: [PHP] Deleting same values from an array

2003-08-22 Thread Stephen Craton
on" <[EMAIL PROTECTED]> Cc: "PHP List" <[EMAIL PROTECTED]> Sent: Friday, August 22, 2003 6:43 PM Subject: Re: [PHP] Deleting same values from an array > Stephen Craton wrote: > > Hello, > > > > I have an array called $stems that has a bunch of number

Re: [PHP] Deleting same values from an array

2003-08-22 Thread John W. Holmes
Stephen Craton wrote: Hello, I have an array called $stems that has a bunch of numbers in it like 2, 5, 4, 4, 2, 6, 8. What I want to do is delete a section of the array that has the same number. In the example of the numbers I listed, I'd want to delete one of the number 4's, and one of the numbe

[PHP] Deleting same values from an array

2003-08-22 Thread Stephen Craton
Hello, I have an array called $stems that has a bunch of numbers in it like 2, 5, 4, 4, 2, 6, 8. What I want to do is delete a section of the array that has the same number. In the example of the numbers I listed, I'd want to delete one of the number 4's, and one of the number 2's so that it wo