|
|
#1 |
|
New Member
![]() Join Date: Jan 2010
Posts: 11
|
I have a client who wants to have a login on their site for customers. Once logged in, each customer would see their own personal order form with pricing unique to them. I know how to create the order forms, those are just html pages. But I need something that allows me to create customers with their own login and password, and the login id directs them to their order form. Thank you for any suggestions!
Last edited by cgl102770; 11-01-2010 at 04:09 PM. |
|
|
|
|
|
#2 |
|
Gold Member
![]() Join Date: Oct 2010
Posts: 388
|
Sure, it has to work with DB, and MySQL is the best
.The user will prompt to log in, once he submit his information it been checked with the DB users table. If it fails, he will get error message. If it works, the page will generate the tables from the DB accordingly to the username provided. - Enjoy. |
|
|
|
|
|
#3 |
|
New Member
![]() Join Date: Nov 2010
Posts: 2
|
Yes. According to your scenario you should use a database as a back end data storage. What I suggest is if you can code your login form page with PHP its better to contact with a database.
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|