Forms problem (newbie of course...)
Posted: Sun Mar 23, 2003 11:11 pm
Couldn't figure out what WENT WRONG ?? is it a version issue ? this is what the tutorial taught me. Wrote a HTML form with form name="answer" and post it to a PHP file to get displayed. PHP looks like this
and also
but keep getting variable undeclared ????... appreciate any thought
Code: Select all
<?php echo "<br> answer=$answer"; ?>Code: Select all
<?php echo "answer=" .$answer; ?>