Lines Matching refs:row
23 while ($row = mysqli_fetch_assoc($res)) {
26 'id' => &$row['id'],
27 'label' => $row['label'] . '');
34 while ($row = mysqli_fetch_assoc($res)) {
37 'id' => &$row['id'],
38 'label' => $row['label'] . '');
52 while ($row = mysqli_fetch_assoc($res)) {
55 'id' => &$row['id'],
56 'label' => $row['label'] . '');
72 while ($row = mysqli_fetch_assoc($res)) {
73 $tmp[] = $row;