obgyngangbangsta wrote:
> am using a server behavior to login my users Using
Dreamweaver CS3. I am using
> a php document. This behavior
> works, however I would like to modify it allow users to
login to their own
> account page. Maybe I need to download an extension
package. I would rather
> modify my code to allow this behavior to function in
this way if possible.
>
> please help?
😞
You don't say what server behavior so it would be pretty hard
for anyone to be able to suggest a way to modify the code you're
using.
General practice is to have one account page and display the
content for the user that is logged in. Much easier to control, and
you don't have to create a new page for each new user that comes on
board.
If you have to have separate pages for each user, then you
should be able to easily modify the code that you're using to
redirect the user to their own page. In this case I'd put the file
name for each user into the database along with their username and
password, and then pull that value from the db when you're
accessing the database to confirm they can log in. Then use that
file name as the redirect (send user to when logged in page).
--
Danilo Celic
|
http://blog.extensioneering.com/
| WebAssist Extensioneer
| Adobe Community Expert