How do you access info from an HTML cobo box in PHP

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
slipstream
Forum Commoner
Posts: 86
Joined: Fri Apr 19, 2002 8:53 am
Location: Canada

How do you access info from an HTML cobo box in PHP

Post by slipstream »

Hello, I have a few questions. I created a few combo boxed and txt boxes in HTML, now in PHP I need to access those values. How do I do this?
User avatar
daven
Forum Contributor
Posts: 332
Joined: Tue Dec 17, 2002 1:29 pm
Location: Gaithersburg, MD
Contact:

Post by daven »

I assume you are using a form. Just submit the form and grab the variables. Read viewtopic.php?t=511 for info on variable passing
Post Reply