<!DOCTYPE HTML>
<html>
    <head></head>
    <body>
        <?php
            $bleh 
$_GET['input']; // some user input
            
echo $bleh// nothing will ever happen
        
?>
    </body>
</html>