You need to tell PHP where the data is coming from.
If the form is sent using the POST method use:
<?php echo $_POST['choice']; ?>
If the form is sent using the GET method, or your pulling
data from a URL
parameter use:
<?php echo $_GET['choice']; ?>
Gareth
http://www.phploginsuite.co.uk/
PHP Login Suite V2 - 34 Server Behaviors to build a complete
Login system.