php and menu/list boxes

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
anthony88guy
Forum Contributor
Posts: 246
Joined: Thu Jan 20, 2005 8:22 pm

php and menu/list boxes

Post 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?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

$_POST['select'], $_POST['select2'] ...
anthony88guy
Forum Contributor
Posts: 246
Joined: Thu Jan 20, 2005 8:22 pm

Post by anthony88guy »

Do I have to give each list in the menu a value?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

it may help.
Post Reply