Hit the back button to fix your answer.

NOTE:Your browser may not have saved what you wrote.
You might want to first copy your text:
" . htmlspecialchars(stripslashes($_POST["comment"])) . "
"; // Note, you need the '%operand1' and '$operand2' in the string below if you want to see the numbers you are adding up! $dypm_strings['question'] = "← Please add %operand1 and %operand2. sorry, this is to make sure you're a real person"; $dypm_strings['wronganswer'] = "Sorry, it seems you didn't pass math!" . $help_html; $dypm_strings['noanswer'] = "You didn't answer the simple math question! It was right above the comment field." . $help_html; require_once('did_you_pass_math_functions.php'); } //end if $didyoupassmath = new DidYouPassMath(); ?>