Home
last modified time | relevance | path

Searched refs:USERNAME (Results 1 – 2 of 2) sorted by relevance

/web-master/fetch/
H A Duser-profile.php32 $USERNAME = filter_input(INPUT_GET, "username", FILTER_SANITIZE_STRING, FILTER_FLAG_STRIP_HIGH); variable
43 if (!$stmt->execute([$USERNAME])) {
H A Duser.php24 $USERNAME = filter_input(INPUT_GET, "username", FILTER_SANITIZE_STRING, FILTER_FLAG_STRIP_HIGH); variable
29 if (!$stmt->execute([$USERNAME])) {

Completed in 4 milliseconds