hey everybody ;
i want to hide some tabs in the menu for users according to their privileges ;
my table : user (id, name , pwd , state , histotic , report)
state , historic and report ill take values : yes or no . and according to that
if user 1 will have : state = yes , historic=no , report = no it means that in the menu the too tabs : historic and reort will be hidden .
is it possible to do it in php ?? if it is any ideas how can i start it ??
thank u so much for helpin me