Page 1 of 1

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

Posted: Thu Jan 30, 2003 1:08 pm
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?

Posted: Thu Jan 30, 2003 4:13 pm
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