Membership and Role Provider

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
Max_Thrust
Forum Newbie
Posts: 1
Joined: Thu Mar 03, 2011 12:39 pm

Membership and Role Provider

Post by Max_Thrust »

Sorry if this ends up as a double post, I got an error when I tried to post last time.

I need to do a site in PHP for the first time, I am not a great web designer, more of an app coder. So I am trying to take my ASP .NET and WFC knowledge and bring to PHP. My main issue is how to work with Roles, limiting users to where they can go and see based on their role. I can do the forms, database and the scripting for those, but have no clue how to limit the users on the site.

Normally, I just add a web.config file in the folders, and allow and deny accordingly. How / what is the PHP equivilent for this?

Thanks,
Dave
Post Reply