Page 1 of 1

php and menu/list boxes

Posted: Thu Feb 24, 2005 2:41 pm
by anthony88guy
http://nokidding.websiteallies.com/bankingcalc.html

The above link is to my site, where I have made a calculator for a game called kings of chaos. The top half of the calculator works, although the bottom half I don’t know how to get php to see what item is selected in a menu, can anyone shed any light on this?

Posted: Thu Feb 24, 2005 2:46 pm
by feyd
$_POST['select'], $_POST['select2'] ...

Posted: Thu Feb 24, 2005 2:49 pm
by anthony88guy
Do I have to give each list in the menu a value?

Posted: Thu Feb 24, 2005 2:52 pm
by feyd
it may help.