PDA

View Full Version : Identify records for different users


petersza
10-30-03, 10:26 PM
Hello,

I am looking for a way to distinguish records in a table for different users. I have a table that will hold temporary data for users who are using a website. I need to identify which records in the table belong to the current user. What's the best way to do this?

Thank you,

Peter

chirag
05-04-04, 07:44 AM
hi there,

I think you should add one more field to your temporarry table where you are going to store for the users who are using your site.

This field can be username or id (i.e. a field by which you can identify unique users you must have one of this kind in the table where you store user information)

hope this is helpfull.