Secure customer database

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am using FP2003 and Go Daddy is my webhost. I would like to add a page to
my website to allow a customer to enter a userid and password to securely
maintain there personal information. What would be the best way to do that?
 
What does GoDaddy support under your web account?

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage
==============================================
Agents Real Estate Listing Network
http://www.NReal.com
==============================================
 
The must provide support for:

- server-side scripting (ASP, ASP.net, PHP, etc.
- database (MySQL, MS SQL, Access, etc.
- You must be have knowledge of or be willing to learn the supported server-side scripting language

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage
==============================================
Agents Real Estate Listing Network
http://www.NReal.com
==============================================
 
Your host must support some form of database such as MySql, MSSql, or
Access, server-side scripting support such as ASP, .Net, PHP, Per etc.

See http://www.murraywebs.com/faq.asp?id=13 for starting tips (this
particular page shows how to set up the *login* function and requires ASP
and an Access Database on a Windows server).

You would need to set this up on port 443 (the SSL port) through your host
or from whomever you purchase the SSL certificate (in the case of requiring
secure connection to the page).
 
Back
Top