Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

script to make page data go to Access?

Status
Not open for further replies.

Nina2001

Programmer
Dec 28, 2001
58
US
Hi All! I have some dreamweaver pages that I need to have the data inputed and saved to an access database. I have all the pull down field options in the pages but how exactly do I get the info to go to my database? And is it able to search and pull from the database into the pages? I have some javascript in there right now but I'm not really sure where to start to get the entire page's input fields to archive. Any help (or even an example of code) would be greatly appreciated!!

Nina
 
Nina,
javascript cannot read/write databases. It has to be a server-side language. Like ASP or PHP. you might want to ask your question in the server-side forum. --------------------------------------------------
Goals are dreams with deadlines
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top