agldgs wrote:
> If an administrator
> logs in, that person will see all the links everyone
else sees and a link -
> Administrator - and then have access to those pages as
well. I thought this had
> something to do with regions, but I can't figure it out.
It's a simple conditional statement.
if ($_SESSION['MM_UserGroup'] == 'administrator') {
// show links for administrators only
}
Replace 'administrator' with whatever you use for the admin
access level.
--
David Powers, Adobe Community Expert
Author, "The Essential Guide to Dreamweaver CS3" (friends of
ED)
Author, "PHP Solutions" (friends of ED)
http://foundationphp.com/