How do you access info from an HTML cobo box in PHP
Moderator: General Moderators
-
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
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?
- daven
- Forum Contributor
- Posts: 332
- Joined: Tue Dec 17, 2002 1:29 pm
- Location: Gaithersburg, MD
- Contact:
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