Question about forms

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
Sonoran
Forum Newbie
Posts: 1
Joined: Fri May 21, 2010 3:12 pm

Question about forms

Post by Sonoran »

A client of mine asked if I could create an HTML contact form on their website that could do something unusual.

They want a drop down box in the form to select one of three locations. Depending on which location they choose the form results would be sent to a specific email address associated with that location. Can PHP do this? Can someone point me to a tutorial or code samples?
thinsoldier
Forum Contributor
Posts: 367
Joined: Fri Jul 20, 2007 11:29 am
Contact:

Re: Question about forms

Post by thinsoldier »

That's not unusual.
Warning: I have no idea what I'm talking about.
JakeJ
Forum Regular
Posts: 675
Joined: Thu Dec 10, 2009 6:27 pm

Re: Question about forms

Post by JakeJ »

Go look at some tutorials on creating forms with drop down boxes. You'll find everything you need.
Post Reply