> -----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=)) /brother -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php