Posts by Vanderci • 41 points
2 posts
-
2
votes1
answer145
viewsQ: Array returns only item 0 PHP
I have the code below in the PHP class.However, the Array is only returning one value (position [0]) in the table. Executing the SQL statement in Mysql, return two lines. Could anyone tell where the…
-
2
votes4
answers6197
viewsQ: Resume all values in stdClass Object Array
I’d like some help. I have an Array that returns the following values: Array ( [0] => stdClass Object ( [seccionalid] => 1 [seccionaldescricao] => DELSECPOL DE SJRIO PRETO ) [1] =>…