Help me please!!!

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
nand998
Forum Newbie
Posts: 1
Joined: Fri Sep 17, 2010 8:58 am

Help me please!!!

Post by nand998 »

hi Friends,

Good evening, i need a code to set a user to limited options to manage MySql database through php page,

Desc: i'm Admin for a particular website i have some users, they may access compted database(like create table, insert, delete..)with username & password, but i want to put some check boxes to limit database access to them, that means if i checked create table,they only have to access create table command and others have to disable.


thanking you
Prem
ginocyber
Forum Newbie
Posts: 4
Joined: Wed Sep 15, 2010 11:35 am

Re: Help me please!!!

Post by ginocyber »

You can use something like phpmyadmin and it's add user feature to do this.
Post Reply