$HTTP_POST_VARS['command']

Thread Solved

Join Date: Feb 2008
Posts: 478
Reputation: maydhyam is an unknown quantity at this point 
Solved Threads: 1
maydhyam's Avatar
maydhyam maydhyam is offline Offline
Posting Pro in Training

$HTTP_POST_VARS['command']

 
0
  #1
Mar 18th, 2008
Hi There,

Can anyone explain to me this line of code? What is it used for? etc..

$HTTP_POST_VARS['command']
The text that I saw it in doesn't explain it...
The man who in view of gain thinks of righteousness; who in the view of danger is prepared to give up his life; and who does not forget an old agreement however far back it extends - such a man may be reckoned a complete man.
~ Confucius, The Confucian Analects
Reply With Quote Quick reply to this message  
Join Date: Mar 2008
Posts: 6
Reputation: dgreenhouse is an unknown quantity at this point 
Solved Threads: 1
dgreenhouse dgreenhouse is offline Offline
Newbie Poster

Re: $HTTP_POST_VARS['command']

 
0
  #2
Mar 18th, 2008
Originally Posted by maydhyam View Post
Hi There,

Can anyone explain to me this line of code? What is it used for? etc..

$HTTP_POST_VARS['command']
The text that I saw it in doesn't explain it...
It's a variable contained in the super global array array $HTTP_POST_VARS for php versions prior to 4.1.0.

"command" in this case, is just a variable named: command, which would be passed back to the script from some web page using the http post command.

Lookup: $HTTP_POST_VARS in the php manual.

Darrell
Reply With Quote Quick reply to this message  
Reply

This thread has been marked solved.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the PHP Forum


Views: 1911 | Replies: 1
Thread Tools Search this Thread



Tag cloud for PHP
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2010 DaniWeb® LLC