yonghan 0 Newbie Poster

Hi all,i'm trying to show menu items based on user rights.. I'm using database to store the menu names and the user position like this

position       menu
    admin       mnuUser
    admin       mnuEmployee

I named the submenu items name to mnuxxxx.Suppose it was the admin who logged in,then the menu items like mnuUser,mnuEmployee will be visible..Else they won't be visible..I've created the menu items names based on the mnuxxxx ..How should i achieve it??Thanks a lot...