Re: Storing objects in a session PHP 5.2.0




Anthony Smith wrote:
I receive errors like these:
<b>Parse error</b>: syntax error, unexpected T_VARIABLE in
<b>/home/as411161/apache/htdocs/common/vcp_menu2.php</b> on line
<b>14</b><br />

Anthony,

This is a parse error and most likely not related to objects or
sessions. My first guess would be a missing semicolon. Check the end of
line 13 in your vcp_menu2.php source.

Hope that helps,
Carl.

.