Re: why use $_POST when you have $_SESSION?
- From: Jerry Stuckle <jstucklex@xxxxxxxxxxxxx>
- Date: Sun, 28 Jan 2007 08:41:45 -0500
Tony Marston wrote:
"Paul Lautman" <paul.lautman@xxxxxxxxxxxxxx> wrote in message news:51v4v1F1k55ftU1@xxxxxxxxxxxxxxxxxxxxxTony Marston wrote:
You will always use $_POST when sendingExcept when you use $_GET or $_REQUEST
data from the client to the server,
Wrong. $_GET is used to request data FROM the server, while $_POST is used to send data TO the server.
No, Tony. $_GET is used to fetch information from the query string. This can be from several sources - including <form action=get...>. But $_GET is always used on the server, and the data always comes from the browser.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@xxxxxxxxxxxxx
==================
.
- Follow-Ups:
- Re: why use $_POST when you have $_SESSION?
- From: Tony Marston
- Re: why use $_POST when you have $_SESSION?
- References:
- why use $_POST when you have $_SESSION?
- From: Sandman
- Re: why use $_POST when you have $_SESSION?
- From: Tony Marston
- Re: why use $_POST when you have $_SESSION?
- From: Paul Lautman
- Re: why use $_POST when you have $_SESSION?
- From: Tony Marston
- why use $_POST when you have $_SESSION?
- Prev by Date: Re: php + mysql. updating various tables using the same peice of code.
- Next by Date: Re: Function execution before page reload
- Previous by thread: Re: why use $_POST when you have $_SESSION?
- Next by thread: Re: why use $_POST when you have $_SESSION?
- Index(es):
Relevant Pages
|