RE: [PHP] correct syntax

2003-06-25 Thread Ford, Mike [LSS]
> -Original Message- > From: Harry Wiens [mailto:[EMAIL PROTECTED] > Sent: 25 June 2003 09:04 > > What would be the correct syntax? > > 1. $_SESSION[test] > 2. $_SESSION['test'] > 3. $_SESSION["test"] All of these are correct depending on the context. What's your context? Cheers! Mike

[PHP] correct syntax

2003-06-25 Thread Harry Wiens
What would be the correct syntax? 1. $_SESSION[test] 2. $_SESSION['test'] 3. $_SESSION["test"] mfg. harry wiens -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php