Posts by Pedro Silva • 19 points
4 posts
-
0
votes3
answers104
viewsQ: How to mix elements of two arrays?
I wonder if there is any way to mix two arrays so that their display is alternating between the elements, I’ve tried a lot and I’m not getting. Figurative example: I got two arrays with the exit…
phpasked Pedro Silva 19 -
-1
votes1
answer425
viewsQ: How to read txt file and mount php json?
I need a code to read a file .txt where the first line of the file has to stay inside a array called Cabecalho and the rest of the lines will be within a array with the name Dados, and then I’m…
phpasked Pedro Silva 19 -
-1
votes1
answer569
viewsQ: How to read txt file and mount php array?
I wonder if there is any way to read a file . txt and mount a PHP array with each line of the file . txt to then mount JSON if anyone can help me thank you! I want the exhibition to stay that way: {…
phpasked Pedro Silva 19 -
-2
votes1
answer66
viewsQ: How to search table information by id and send to another part on the same page?
I’m learning to program a short time and I’m creating my first system, which is a school bulletin system, where I have a tab called students that contains a table generated through a registration,…