Try looking up in the manual about array_slice
(http://us2.php.net/manual/en/function.array-slice.php).
--
Joshua E Minnie/CIO
[EMAIL PROTECTED]
Phone: 616.276.9690
Fax: 616.342.8750
Nextel: 616.862.2847

"Don't work for recognition, but always do work worthy of recognition."

"Daevid Vincent" <[EMAIL PROTECTED]> wrote:
> Anyone have a function that will take an alphabetical list of names (in
> an array already) and split it into two 'chunks' (arrays) A-M and N-Z?
>
> So, let's say I have:
>
> Abby Road
> BobbyCraft
> Darren's doodads
> Farenheit 456
> generic name
> MyCom.com
> Ninety Nine
> NoCo
> O U 1
> O'reilly Publishing
> Oracle
> PSI
> Test Company
>
> I want to end up with one array/chunk that has (A-M):
>
> Abby Road
> BobbyCraft
> Darren's doodads
> Farenheit 456
> generic name
> MyCom.com
>
> And the other that contains (N-Z):
>
> Ninety Nine
> NoCo
> O U 1
> O'reilly Publishing
> Oracle
> PSI
> Test Company



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

Reply via email to