Posts by Sílvia Demarchi • 41 points
3 posts
-
-1
votes2
answers686
viewsQ: php - Line break in array
I’m wanting to skip line on a table, but I can’t find a logic to do it. I’ve tried the explode and failed. <td><?=$teste['cod_refugo_teste'];?></td>…
phpasked Sílvia Demarchi 41 -
4
votes3
answers82
viewsQ: Sequenced array within dropdown
Guys, I have a code that prints the arrays if I set the values, but I would like that sequence to be automatic. Let me show you so it’s clear. <?php $busca_produtos = new Produto; $produto =…
-
0
votes1
answer74
viewsQ: Array key filled with an expression coming from an SQL query
What exactly does that mean? Array ( [0] => Array ( [MAX(nr_ficha)] => 13 ) ) I gave one print on the screen and saw that my foreign key (nr_ficha) is receiving value 13 (which yes, is the…