Posts by Ronda • 3 points
3 posts
-
0
votes2
answers98
viewsA: Return n last record of a JSON file in php
This is not what I need. I have a JSON file and already know how to loop and return all records. If I just need to last record use the END so: $pesquisa =…
-
0
votes2
answers98
viewsQ: Return n last record of a JSON file in php
PHP doubt with JSON: I already know how to loop a JSON file and show all records and also show only the last record using END. Can I show the last 5, 10 record, for example?
-
0
votes2
answers2596
viewsQ: PHP array_push in array within another array
Good evening, I need to create a php code that meets the following situation: I have an array of arrays $arrayTudo = [$array1, $array2, $array3]; I calculate an X value and want to play it in…