|
What is REVOKE command in PHP?
|
|
05-30-2012, 01:37 AM
Post: #1
|
|||
|
|||
|
What is REVOKE command in PHP?
What is REVOKE command in PHP?
|
|||
|
06-09-2012, 02:10 PM
Post: #2
|
|||
|
|||
|
RE: What is REVOKE command in PHP?
AFAIK, php doesn't have a revoke command. Have you seen it used somewhere and/or can you show an example? The only revoke I know of would be used in databases to remove a privilege from a user such as select from a table. Other than that some software packages might have a revoke function defined which would mean that function is specific to that package.
|
|||
|
07-03-2012, 07:49 AM
Post: #3
|
|||
|
|||
|
RE: What is REVOKE command in PHP?
Yes..I agree with Saad
|
|||
|
07-03-2012, 04:48 PM
Post: #4
|
|||
|
|||
|
RE: What is REVOKE command in PHP?
Do you mean the REVOKE command in MySQL?
Mike Go Daddy® Hosting Ambassador |
|||
|
01-22-2013, 06:12 AM
Post: #5
|
|||
|
|||
|
RE: What is REVOKE command in PHP?
Revoke command is used to remove granted privileges given to the user.
Syntax:- Revoke privileges ON object FROM user_name Continuing Legal Education Transportation Law |
|||
|
04-08-2013, 04:16 AM
Post: #6
|
|||
|
|||
|
RE: What is REVOKE command in PHP?
The REVOKE statement takes away permissions already Granted to users.When a user account is set up in SQL in order for it to be able to do anything with the database it must have permissions. These are given through the GRANT statement.
|
|||
|
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)






