Tech Stuff with Rybo
An overview of technical problems and my solutions for them.
Thursday, October 22, 2009
PHP, Print all $_Post/$_Get Variables
To print all the (Post and Get) variables do...
print_r($_GET);
print_r($_POST);
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment