PHP: $_POST vars
PHP: $_POST vars
Out of context: Reply #2
- Started
- Last post
- 7 Responses
- webhead0
Just use:
import_request_variables("gpc");
Imports get, post, or cookie vars into local variable names.
Though you really should just use $_POST, it is much more secure.