allowing access to tabs by user login

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
triumdh
Forum Newbie
Posts: 1
Joined: Tue Nov 18, 2008 8:20 pm

allowing access to tabs by user login

Post by triumdh »

I have been told this can't be done. I asked a PHP programmer to supply a tabbed web site with only certain tabs available according to user log on.
Is it possible in PHP and do I need to look for a new programmer?

Thank you.
User avatar
Syntac
Forum Contributor
Posts: 327
Joined: Sun Sep 14, 2008 7:59 pm

Re: allowing access to tabs by user login

Post by Syntac »

Kick your programmer's ass out the window. This is one of the easiest things you can do with PHP.
User avatar
pcoder
Forum Contributor
Posts: 230
Joined: Fri Nov 03, 2006 5:19 am

Re: allowing access to tabs by user login

Post by pcoder »

If you are talking about the menu tabs or some kind of that, then it would be very easy to implement this using PHP.
And i totally agree with Syntac. Haha
Post Reply