HTML file coding (filename form.html or whatever you choose):
Enter a number between 1-100:
PHP File coding (filename process.php): 30) { echo "Your number is too big!"; } if ($input<30) { echo "Your number is too small!"; } if ($input==30) { echo "Your number is correct!"; } ?>