This thread is for discussions of An Introduction to PHP.
In the PHP file should it be "$_POST["num"]" ?
instead of just $num?
$num = $_POST['num'];