Posted by Michael Fesser on 12/07/06 00:45
..oO(Martin Mouritzen)
>On Wed, 06 Dec 2006 19:40:43 +0100, Michael Fesser <netizen@gmx.de>
>wrote:
>
>>$_REQUEST should be avoided. Use either $_GET or $_POST.
>
>Why do you think $_REQUEST should be avoided? I see no reason to avoid
>it.
It contains data from three different sources, so you can't say for sure
where your values came from. If you expect data from a POST submission
you should use the $_POST array and so on.
Micha
Navigation:
[Reply to this message]
|