Adding a record from an on-line form (second try)

  • Thread starter Thread starter M S Baker
  • Start date Start date
M

M S Baker

I have a database that works fine as a stand alone.

But know the user wants to let interested people to add their information
on-line.

What is the safest and best way to add a record from an internet form?

Thank you.
 
Depends on the web server used. Unix based web server you will use JSP, PHP
or maybe PERL. If it is a Microsoft based web server you may use ASP or
ASP.NET. If it is a ColdFusion server, you will use ColdFusion code.
 
Back
Top