Searched defs:id (Results 1 – 5 of 5) sorted by relevance
6 $id = isset($_REQUEST['id']) ? $_REQUEST['id'] : false; variable24 function username_from_forgotten($key, $id) {
40 $id = (isset($_REQUEST['id']) ? intval($_REQUEST['id']) : ''); variable276 $id = isset($row['id']) ? $row['id'] : null; variable421 $action = $m[1]; $id = $m[2]; variable426 $id = isset($_GET['id']) ? (int)$_GET['id'] : null; variable612 <input type="hidden" name="id" value="<?= $id ?>" /> variable875 function note_get_by_id($id)888 function note_mail_on_action($user, $id, $subject, $body)
55 $id = filter_input(INPUT_GET, "id", FILTER_VALIDATE_INT) ?: 0; variable68 if (!($id = @mysql_result($res, 0))) { variable169 $id = false; variable
28 $id = isset($_REQUEST['id']) ? $_REQUEST['id'] : false; variable38 if($id) $id = (int)$id; variable
44 this.divholders[divid]=({id: divid, $divref: null, attrs: attrstring}) property in animatedcollapse.addDiv.divholders
Completed in 13 milliseconds