RE: [PHP-WIN] Sessions under PHP 4.2

2002-05-13 Thread brother
> -Original Message- > From: R.S. Herhuth [mailto:[EMAIL PROTECTED]] > Page 2 - > > start_session(); > > echo $_session["testVar"]; > > ?> echo $_SESSION["testVar"]; Would be better I think (variables in php are casesensitive, I've learned it through $_GET last week=)) /bro

Re: [PHP-WIN] Sessions under PHP 4.2

2002-05-13 Thread Stuart Dallas
R.S. Herhuth <[EMAIL PROTECTED]> wrote: > I installed 4.2 and I want to use sessions with the "stock > configuration." I tried this but it doesn't work...what should I be > doing different? In what way? What error do you get? -- Stuart -- PHP Windows Mailing List (http://www.php.net/) To un

[PHP-WIN] Sessions under PHP 4.2

2002-05-13 Thread R.S. Herhuth
I know this has been discussed before but I'm having trouble finding anything that outlines it. I installed 4.2 and I want to use sessions with the "stock configuration." I tried this but it doesn't work...what should I be doing different? Page 1 - Page 2 - thanks, Ro