sandy1028 Posted June 11, 2009 Share Posted June 11, 2009 How to hide the <div id="menu"> when the logged in user is not admin. fucntion getuserpermission(user){ //Some code return user; } if($user!="admin"){ } I have to hide the "menu" using javascript Link to comment https://forums.phpfreaks.com/topic/161786-hide-menu-bar/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.