On Mon, June 4, 2007 2:13 pm, Ken Kixmoeller -- reply to
[EMAIL PROTECTED] wrote:
> Hey - - - - - - --
>
> To do this, I am:
>
>   - looping through the array
>   - copying the rows that I want to *keep* to a temp array, and
>   - replacing the original array with the "temp' one.
>
> Seems convoluted, but I couldn't find any function to remove a row of
> an array. Am I missing something (other than a few brain cells)?

http://php.net/unset

As in, unset($array['goner']);

-- 
Some people have a "gift" link here.
Know what I want?
I want you to buy a CD from some indie artist.
http://cdbaby.com/browse/from/lynch
Yeah, I get a buck. So?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to