[php]
<?php $test1 = new test(); $test1->WrongAnswer(0); ?><?php $test2 = new test(); $test->WrongAnswer(1); ?>
<?php $test->WrongAnswer(2); ?>
<?php $test->WrongAnswer(3); ?>
[/php]
I am trying to send data to my process.php and need to send another variable using the hidden attribute. Simply, why does this make submit button disappear?