Order Form Help

ShDooley

New Member
I've recently designed a web site and I need help creating an interactive order form and making it work.

I've designed several small, simple web sites but I have no experience with forms. I've created check boxes, radio buttons and text boxes but I don't know what to do with them or what makes them work.

Here is the page in its current state.
http://www.hotshotsport.com/order.html
 

Geodun1

New Member
Ok, you need to read up a bit on PHP and MySQL and make sure you have BOTH installed on your web server. MySQL is going to handle where all the information about the order is stored (database) and PHP will interact between your website and the database.

You can find tutorials on Google, Pixel2Life, and other tutorial sites by searching "PHP Dynamic Order Form".
 

ShDooley

New Member
Thanks for the help. Eventually I do want to learn how to create forms on my own but for now I need a form created as soon as possible and, unfortunately, I don't have time to deal with the learning curve. Thankfully my boss understands this but he is still anxious to get something workable soon. If anyone can direct me to some templets that will be much appreciated.
 
Top