I have two .php files as such:
test1.php
Sample
Check if $_POST["userNumber"] isset, and echo the form if it's not.
$_POST["userNumber"]
Sample '; echo 'Please enter a number '; echo ''; echo ''; } ?>