RE: [PHP] newbie needs help with session variables

2008-04-19 Thread Warren Vail
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

Re: [PHP] newbie needs help with session variables

2008-04-19 Thread revDAVE
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