hwg-basics archives | Dec 2002 | new search | results | previous | next |
Re: Formsby "Beauford.2002" <beauford.2002(at)rogers.com> |
|
Hi, I apologize if this was sent more than once - mail problems. I have a drop-down menu form on my webpage with employee names in it. When I choose a name and click submit it gets passed to a php page which accesses a mysql database and displays information about that employee. The problem is that the form is not sending the employee name to the php page. If I insert the name in the php page manually, it works fine, so the problem appears to be with the form. Can someone help me out here - a sample of my code is below. I'm not sure how to explain this, but whatever gets sent to the PHP page has to be one variable - i.e. if I choose John, then the variable that gets sent to the PHP should have the value John, if I choose Mary, the value of the variable should be Mary. Hope this makes sense. TIA <P><CENTER><FORM NAME="Employees"> <SELECT NAME="name"> <OPTION SELECTED VALUE=""></OPTION> <OPTION VALUE="John"</OPTION>John <OPTION VALUE="Mary"</OPTION>Mary </SELECT> <INPUT TYPE="submit" VALUE="Submit">
HTML: hwg-basics mailing list archives, maintained by Webmasters @ IWA