Path : /home/dent/public_html/demo3b/ |
Current File : /home/dent/public_html/demo3b/results1.php |
<?php echo "FORM field list:<br>"; print_r($_REQUEST); echo "<hr>"; echo "hello <strong>" . $_REQUEST["fullname"] . "</strong> it appears you are interested in the genre <em>" . $_REQUEST["genre"] . "</em>!<br><br>";