permission problem

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
wildrose
Forum Newbie
Posts: 5
Joined: Fri Apr 24, 2009 7:17 am

permission problem

Post by wildrose »

Hello everyone:

I just want to grant permission to groups that will include users. I have already made 2 tabels one for the users and the other for the groups but i don't know how to save this permisions. Do i have to save it in a table or just make a query.

please anyone can help me in this subject?

Thanks
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Re: permission problem

Post by Benjamin »

wildrose wrote:Do i have to save it in a table or just make a query.
Well you have to write a query to save records in database tables.
Post Reply