•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the PHP section within the Web Development category of DaniWeb, a massive community of 373,363 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,642 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our PHP advertiser: Lunarpages PHP Web Hosting
Views: 539 | Replies: 1 | Solved
![]() |
Hi There,
Can anyone explain to me this line of code? What is it used for? etc..
The text that I saw it in doesn't explain it...
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
~ Confucius, The Confucian Analects
•
•
Join Date: Mar 2008
Posts: 6
Reputation:
Rep Power: 0
Solved Threads: 1
•
•
•
•
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
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
•
•
•
•
DaniWeb PHP Marketplace
Similar Threads
Other Threads in the PHP Forum
- Previous Thread: apche installment error
- Next Thread: form passing value problem in loop


Linear Mode