FatCow Plan for $3.67/mo. only HostPapa 100% Green Energy Web Hosting
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
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?
Visit this user's website Find all posts by this user
Quote this message in a reply
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.
Find all posts by this user
Quote this message in a reply
07-03-2012, 07:49 AM
Post: #3
RE: What is REVOKE command in PHP?
Yes..I agree with Saad
Find all posts by this user
Quote this message in a reply
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
Visit this user's website Find all posts by this user
Quote this message in a reply
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
Find all posts by this user
Quote this message in a reply
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.
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)