Ave,

Thanks a ton... And this is exactly what I figured I need to do. Someone
else also wrote in something similar which prompted me to go in this
direction. It's working out now by creating an additional table that maps
the users & records through ID and holds information on who is allowed
access.

Thanks again.



On 8/26/04 6:11 PM, "Torsten Roehr" <[EMAIL PROTECTED]> wrote:

> I guess you need to create a table that maps users to records with two
> columns $userID and $recordID. Then you look up in that table if the user is
> allowed to edit/see this record.
> 
> Regards, Torsten Roehr

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to