Jump to content

[PHP HELP] Php order form.


jvcgamer

Recommended Posts

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

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.