• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

PHP and Forms

If track_vars is set then post vars are in the array $HTTP_POST_VARS, and get vars are in $HTTP_GET_VARS. So if you have a field named data in a method=post form, its value is stored in $HTTP_POST_VARS['data'].

If globals are set then a field named data would just be $data.
 
Back
Top