Thread
:
When to you use $_REQUEST[ ] array in php..?
View Single Post
#
2
(
permalink
)
07-26-2007, 03:34 AM
kingmaker
D-Web Genius
Join Date: Jun 2007
Posts: 882
Re: When to you use $_REQUEST[ ] array in php..?
If data is being sent to you, but it could come in multiple ways (for example, both GET and POST), you can use the $_REQUEST[ ] array rather than querying the others, reducing your chances of error.
kingmaker
View Public Profile
Send a private message to kingmaker
Find all posts by kingmaker