Daniel Guerrier wrote:
Your right :)

I think he's using the brackets instead of parenthesis
in the echo's.
Change the {} to ()

Yep, he is...didn't notice that on the first pass. The code I cut and pasted from his with have errors....


Fixed code....

echo ( $_SESSION['foo'] . "<BR>\n" );
echo ( $_SESSION['bar'] );

--
By-Tor.com
It's all about the Rush
http://www.by-tor.com

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to