As I understand it, the "register variables" operation occurred before
execution began on your script. It involved copying data items from your
form ($_POST), from the request URL ($_GET) and from your session
($_SESSION) so that you could simply refer to them by name in your programs.
The drawbac
On 4/19/2008 2:20 PM, "Rod Clay" <[EMAIL PROTECTED]> wrote:
> Hi. I'm still very new to php and still trying to learn the ropes.
...Blind leading the blind (I'm a newbie also but...)
Did you try...?
session_id())
session_start();
- - - - -
From: PHP: session_id - Manual
Location: http://us2
2 matches
Mail list logo