Posts by W. Santana • 1 point
1 post
-
0
votes1
answer253
viewsQ: How to paginate a foreach of a file_get_contents?
I am consulting an API that provides me data formatted in JSON, I collect it through file_get_contents and then print all the values using a foreach. However there are many values, more than 5,000…