Forums

This topic is locked

how can i display the records on my database to my php page

Posted 23 Aug 2009 06:47:01
1
has voted
23 Aug 2009 06:47:01 eurish chavez posted:
please help i'm really having problem on how to display the registration details of a certain user to the profile page

Replies

Replied 23 Aug 2009 14:52:29
23 Aug 2009 14:52:29 Patrick Julicher replied:
Hi Eurish,

Did you create a login page for users to login? Did you use the standard DW behaviors for the login? Did you create a profile page? If yes to all, on the Profile Page create a recordset that filters a record from the database based on the username-session. Standard DW uses MM_UserName. This would mean:

Filter <YourUsernameField> = Session Variable MM_UserName.

Now display the content of the recordset on the Profile Page.

Kind regards, Patrick

Reply to this topic