Quote:
I need to set up a page for a client with a username and password that will
then take them to customer-unique pages on the site. How do I do that? |
You install and configure web software that does it, or you learn a
programming language and build it.
Quote:
Where
does a database get connected to the login? |
The database woudl hold the log-in credentials. Your code with then grab the
long in entered, compare it to what's int he DB, then allow or deny access.
Quote:
Where does Coldfusion fit in, if at
all? |
Coldfusion is one of many back-end programming languages used to build web
sites. You could also consider PHP, ASP.net, JSP, RoR, and any number of
other options as well.
-Darrel