[ad_1]
Take a look at array_slice
$onlyTenResults = array_slice($myArray, 40, 10); // take 10 items starting from 40
1
[ad_2]
solved Grab every 10 results from array PHP
[ad_1]
Take a look at array_slice
$onlyTenResults = array_slice($myArray, 40, 10); // take 10 items starting from 40
1
[ad_2]
solved Grab every 10 results from array PHP