Re: [PHP] Building Menus based on User Rights

2002-11-11 Thread Ray Seals
I found an article 1 of 6 parts by Ben Rowe on devarticles.com. It looks like he is doing what I want to accomplish but I have to wait for the other 5 articles. When a user logs in he writes a record to MYSQL for the session. That record holds certain variables for the session. Your reply helps

Re: [PHP] Building Menus based on User Rights

2002-11-11 Thread Jason Wong
On Tuesday 12 November 2002 02:05, Ray Seals wrote: > I would like for my pages to generate HTML code based on a users > rights. For example I have a table called user and it looks like this > > useridpasswordadminuser > -- > memypass

[PHP] Building Menus based on User Rights

2002-11-11 Thread Ray Seals
I would like for my pages to generate HTML code based on a users rights. For example I have a table called user and it looks like this useridpasswordadminuser -- memypassY you yourpass Y When a person logs in the