Order Form & Database

xtremenorthwest

New Member
I am trying to make a form that will be on my website that customer can fill out for there order. I also want it link to a database. I want the information to be sent to my email address. How do I do this?
 
Wow, you are asking to do many things there. Can you break it down into smaller pieces?

For example, are you building it all yourself, or using an e-commerce package like Magento?
Does the data base already exist and is it set up for a website to access?
How will the customer be paying for the order? Sending a credit card number by email is not at all secure.

If you don't know where to start with this, it is better to hire someone knowledgeable to build it.
 

Absolution

New Member
There are codes out there for PHP mailers. Then adding it to a database, you might need MySQL or something like that.
 

xtremenorthwest

New Member
I just need to make a form that my customers can fill out, then send that informtion to my email address. Need help.. My host is fatcow.com if thats helps.
I can use any Language for my form. Which is best. Any type of database that my host will support.
 

Absolution

New Member
I just need to make a form that my customers can fill out, then send that informtion to my email address. Need help.. My host is fatcow.com if thats helps.
I can use any Language for my form. Which is best. Any type of database that my host will support.

PHP will be easy for that, search for PHP mailers.
 
Top