<?phpheader("Content-type:text/html;charset=utf-8");echo <<<'FROM'< from action="" method="post"> Please enter an integer: <input type="number" name="num"> <input type="submit" value ="Submit"></from>FROM;echo isset($_POST['num']);
Got it, the form is written backwards
Does anyone know the reason?
Got it, the form is written backwards
Does anyone know the reason?