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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Database connection 1

Status
Not open for further replies.

uconn1981

Programmer
Mar 21, 2005
42
US
I need to write HTML page to add user input email address to the database. The restriction is that I can not use ASP page.

Therefore, how can I write HTML page to connect a database?

Thanks,

Tim
 
Well you could use PHP, or Javascript, or something like that, What Database are you using??? And what other restrictions do you have??




----------------------------------
Ignorance is not necessarily Bliss, case in point:
Unknown has caused an Unknown Error on Unknown and must be shutdown to prevent damage to Unknown.
 
Thanks, vacunita:

I can use javascript and connect to microsoft Access database. Because the "add to newsletter" appear in every page, we do not want to change every page into ASP pages.

Tim
 
You could just direct the submit button from the Add to Newsletter from every page to one single page that does the actual connecting to the database.
And then redirect them back to wherever they were before they sent it.
Every thing else can remain as static html.


----------------------------------
Ignorance is not necessarily Bliss, case in point:
Unknown has caused an Unknown Error on Unknown and must be shutdown to prevent damage to Unknown.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top