Posts by Jean Carlos Charão Sabino • 1 point
1 post
-
0
votes2
answers916
viewsA: Function that returns mysqli_fetch_array
I managed to list using this way: function jQueryArray($sql) { $tbl = array(); $linkConexao = conectaBD(); $rs = mysqli_query($linkConexao, $sql); $i = 0; while ($tbl = mysqli_fetch_array($rs)){…