Forms to database

L

Laury Hackman

Hi, I want to send my form results to a mysql database,
located on my hosts server. Can someone tell me how to do
this or send me a link to a tutorial?

thank you,

Laury
 
M

Mark Fitzpatrick

If you're on IIS then youc an use Active Server Pages to send the results to
an ODBC connection. Otherwise, you'll have to do it by hand. Most hosts with
MySql have PHP available. PHP is a server-side scripting environment and
there are lots of free scripts and instructions out there such as
http://www.phpworld.com/

You should be able to find plenty of them through Google. If your host
doesn't support PHP they should support something similar (ASP/CFM/JSP) that
you'll still be able to find good scripts for. Without knowing your hosts
exact setup and technology available, it's hard to say what can be done
really.

Hope this helps,
Mark Fitzpatrick
Microsoft MVP - FrontPage
 
Top