jvcgamer Posted October 31, 2009 Share Posted October 31, 2009 Hello to everyone @ phpfreaks. Im new to this site and hope to learn lots of things here. First of all im here to ask for some help if posible. Im a newbie at php and do not know much about it. my question is of how to create a php order form for something like this: Name: Email: What location: How many slots: etc.. and after they hit the Order button or something it sends the information to an Email addres. if i dint explain my self good enough please reply and ill try to explain better Link to comment https://forums.phpfreaks.com/topic/179710-php-help-php-order-form/ Share on other sites More sharing options...
cags Posted October 31, 2009 Share Posted October 31, 2009 Do you have any experience of HTML? If not that would be a good place to start, you will need to learn about HTML forms, in particular I recommend using the post method. As far as sending the e-mail goes depending on the requirements you can probably just use the mail function. There are hundreds of tutorials on creating 'contact us'/'feedback' forms, if you check one out you should learn pretty much everything you need to know. I'm sure a search of... php feedback form tutorial ... in your favourite search engine should give you 90% of what you need. Of course don't hesitate to ask us if you get stuck with any specifics. Link to comment https://forums.phpfreaks.com/topic/179710-php-help-php-order-form/#findComment-948259 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.