Show link based on permission
Posted: Fri Aug 04, 2006 8:24 pm
I have a link that I only want people with permission to be able to see it. I have a field in the table that is:
If it is set to Y then I want the user to see the link, if N then not see it. Any help would be appreciated. Thanks!
Code: Select all
`link` enum('N','Y') NOT NULL default 'N',