Question
MULTI-USER AUTHENTICATION PAGE
I WOULD LIKE TO MODIFY MY PHP SERVER BEHAVIOR OF 'LOG IN
USER' TO ALLOW THE USERS TO LOGIN TO THEIR SPECIFIC ACCOUNT PAGE
AFTER A USER NAME AND PASSWORD LOGIN SUCCESS INSTEAD OF ROUTING ALL
USERS TO THE SAME PAGE. THIS FEATURE IS USED IN MANY BANKING
WEBSITES WHERE A CUSTOMER MAY VIEW THEIR ACCOUNT INFORMATION
ON-LINE AFTER LOGGING IN. I WOULD LIKE TO CREATE THE SAME
ENVIRONMENT FOR MY CUSTOMERS AS WELL.
I am using Dreamweaver CS3. This server behavior calls for a database connection. I happen to have a MYSQL database on my hosting service on my server. It has three columns which include 'username' 'password' & destination_page'. I have the database to the behavior and it works however it only directs the user to a single page. I want to change it so it redirects the user to the 'destination_page'.
please help me!!!!
I am using Dreamweaver CS3. This server behavior calls for a database connection. I happen to have a MYSQL database on my hosting service on my server. It has three columns which include 'username' 'password' & destination_page'. I have the database to the behavior and it works however it only directs the user to a single page. I want to change it so it redirects the user to the 'destination_page'.
please help me!!!!
