Privilage for the particular file

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
yudha2008
Forum Newbie
Posts: 5
Joined: Tue Oct 20, 2009 1:47 am

Privilage for the particular file

Post by yudha2008 »

Hi,

I have PHP program it contains campagin creation, Reports, voice file donwload etc.

I want to set the privilege for the user.

Example:

Admin can access all the file in the PHP program like campagin creation, Reports, voice file donwload etc
Database admin can access only the Campaign creation file in php.
Quality team should access only for Voice file download file in php.
Team coordinate should be access only for Reports file in php.

In this Database admin should not have access to Admin, Quality, Reports.
Qulality team should not have acccess to Admin, Reports.

Like that I want to set privilege for the users how can i set .

Can any one assist me with code or some examples program in php code.

Thanks with Regards,

Yudha2008
Post Reply