web form

  • Thread starter Thread starter Glenn
  • Start date Start date
G

Glenn

I have a form that I'd like to post to my website. It's an order form.

I want the User to be able to go to the form, fill it in, and print it out.
I also want the information that the User fills in saved into some type of
database on my server...either excel or access...it doesn't matter.

Could someone point me to directions on how to do this, please?

Also, is there a way to have a unique order number appear on the form when
it is loaded and ultimately saved into the database?

Thank you.
 
Glenn,

You're looking for an ASP page.

If you have DreamWeaver you can easily do that. Simply create your database
and in Dreamweaver there's an option to inserte server behavior. It guides
you through the process of stablishing a database connection and creating the
insertion form.

The unique numbers are simple the ID of each order, which you can assign as
the OrderID field in your database.

You can find loads of samples of this on the Net.
 
Back
Top