PHP programs need to be placed in htdocs They need to have .php extension Post source code as .phps files A parameter named "n1" is available as $n1 in your script. (This is PHP's shortcut for $q->param('n1') fropm CGI/Perl). Let's do the addition quiz in PHP. The state for this program is made of: a) user score (good answers given) b) number of questions thus far c) n1, n2 (we need to remember them to grade the user's answer) d) message (what we told them last)

What is + ? Answer:
Press to move on.