Result Size: 625 x 571
x
 
<!DOCTYPE html>
<html>
<body>
<?php
if (!filter_has_var(INPUT_GET, "email")) {
    echo("Email not found");
} else {
    echo("Email found");
}
?>
</body>
</html>
×

Report a Problem: