I have an array that has 1000 results in it!
Is there a way to like brake this array into 5 200 results and out put them separately.
I have an array that has 1000 results in it!
Is there a way to like brake this array into 5 200 results and out put them separately.
PHP has a lot of array functions that it is good to be aware of.
http://php.net/manual/en/ref.array.php
In this case, you’re looking for array_chunk
Awesome buddy thanks big time take care.
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.