Searched defs:row (Results 1 – 8 of 8) sorted by relevance
13 while ($row = @mysql_fetch_array($res)) { variable
37 while($row = $stmt->fetch(PDO::FETCH_ASSOC)) { variable
30 while ($row = mysql_fetch_array($res, MYSQL_ASSOC)) { variable
267 while ($row = mysql_fetch_assoc($result)) { variable525 if ($row = note_get_by_id($id)) { variable547 if ($row = note_get_by_id($id)) { variable582 $row = note_get_by_id($id); variable674 $row = mysql_fetch_assoc($result); variable772 $row = mysql_fetch_assoc($result); variable
26 while ($row = mysql_fetch_row($res)) { variable
294 while ($row = mysql_fetch_array($res,MYSQL_ASSOC)) { variable
19 while ($row = mysql_fetch_array($res,MYSQL_ASSOC)) { variable
69 if ($res && ($row = mysql_fetch_array($res,MYSQL_ASSOC))) { variable
Completed in 18 milliseconds