|
-
Aug 2nd, 2006, 01:01 AM
#2
Re: Difference between $_POST and $_REQUEST
$_REQUEST contains the aggregate contents of $_POST, $_GET, and $_COOKIE. You can use it if you don't give a stuff about where the variable comes from.
You should however still honour the semantic difference between GET and POST. GET is used for one way query requests - extracting data. POST is used for modifying data.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|