Forum Moderators: coopster
I am trying to implement a feature that allows registered users the ability to review their activity on my site, but am unsure of how to effectively do this and was hoping someone might be able to offer suggstions.
I envision using their login name and password to access this feature, but am unsure how to properly code the queries as well as format the output.
Thanks
Basically, as an incentive to get people to return to the site, I offer a rewards program where they get points for purchases. I am trying to create a table and the necessary queries so that a user can check the stauts of their account. I load activity into a table, and want the queries to select * from a table where the login name is the primary key.
My research into this problem confuses me, as I am unsure how to proceed.
Thanks.