Home
last modified time | relevance | path

Searched defs:row (Results 1 – 8 of 8) sorted by relevance

/web-master/fetch/
H A Dcvsforwarding.php13 while ($row = @mysql_fetch_array($res)) { variable
H A Duser-notes.php37 while($row = $stmt->fetch(PDO::FETCH_ASSOC)) { variable
H A Duser-notes-rss.php30 while ($row = mysql_fetch_array($res, MYSQL_ASSOC)) { variable
/web-master/manage/
H A Duser-notes.php267 while ($row = mysql_fetch_assoc($result)) { variable
525 if ($row = note_get_by_id($id)) { variable
547 if ($row = note_get_by_id($id)) { variable
582 $row = note_get_by_id($id); variable
674 $row = mysql_fetch_assoc($result); variable
772 $row = mysql_fetch_assoc($result); variable
H A Dchallenge-response.php26 while ($row = mysql_fetch_row($res)) { variable
H A Devent.php294 while ($row = mysql_fetch_array($res,MYSQL_ASSOC)) { variable
/web-master/scripts/
H A Demail-note-summaries19 while ($row = mysql_fetch_array($res,MYSQL_ASSOC)) { variable
/web-master/
H A Dforgot.php69 if ($res && ($row = mysql_fetch_array($res,MYSQL_ASSOC))) { variable

Completed in 18 milliseconds