I have an array with 3274 records. How can I split it into arrays with no more than 50 records in each?
Thanks in advance
See array_slice() on PHP.net
[man]array_chunk[/man]