Hello Dear Colleagues from Vodahost forum,
I have a text menu and I would like to show the several options but when the operator chooses the option, he could jump to that url only if he has permission for seeing it.
Something like:
if($operator_type == "Admin")
{
...normal url....
}
else
{
.... another url page (just saying he does not have permission for watching it)....
}
I don't know if I made my self clear of what I am looking for..?
I hope that someone can help me.
The example is there at www.pipesportugal.com
pipesportugal
I have a text menu and I would like to show the several options but when the operator chooses the option, he could jump to that url only if he has permission for seeing it.
Something like:
if($operator_type == "Admin")
{
...normal url....
}
else
{
.... another url page (just saying he does not have permission for watching it)....
}
I don't know if I made my self clear of what I am looking for..?
I hope that someone can help me.
The example is there at www.pipesportugal.com
pipesportugal
Comment