Posted by Tony Marston on 01/28/07 08:55
"Paul Lautman" <paul.lautman@btinternet.com> wrote in message
news:51v4v1F1k55ftU1@mid.individual.net...
> Tony Marston wrote:
>
>> You will always use $_POST when sending
>> data from the client to the server,
>
> Except when you use $_GET or $_REQUEST
Wrong. $_GET is used to request data FROM the server, while $_POST is used
to send data TO the server.
--
Tony Marston
http://www.tonymarston.net
http://www.radicore.org
[Back to original message]
|