Forums
This topic is locked
Separate User Pages after login
Posted 31 May 2005 20:01:45
1
has voted
31 May 2005 20:01:45 Ryan Green posted:
Using PHP/MySQL I am trying to have a user (or client in this case) login, and it will take them to their specific page that has a proof for them to look at. How do I accomplish this. I have a MySQL db set up with a username and password field, do I add another field for their path to their folder, and if so, by using the login script that dreamweaver uses, how do I add that in, so that when they log in, they are directly taken to their page. Replies
Replied 01 Jun 2005 01:52:57
01 Jun 2005 01:52:57 Dave Thomas replied:
you can use a simple session variable 'MM_Username',
once that is set up, once they log in they are part of a session and u can filter your recordset by that so it will only show each individual his/her own data
regards
Dave Thomas
<b>DMX Zone Manager</b>
once that is set up, once they log in they are part of a session and u can filter your recordset by that so it will only show each individual his/her own data
regards
Dave Thomas
<b>DMX Zone Manager</b>
Replied 01 Jun 2005 06:37:51
01 Jun 2005 06:37:51 Ryan Green replied:
Im sorry, I am a bit new to this, could you explain, I use the Dreamweaver MX2004 behavior of Login, what do I need to do from there?
