NYCPHP Meetup

NYPHP.org

[nycphp-talk] $_SESSION

Sean Smith ssmith at tomega.com
Thu May 8 16:22:38 EDT 2003


The only thing I can think of is that you have to populate the variable 
first then register it.

<?php
$test_var = "Hello World";
session_register('test_var');
PRINT $_SESSION['test_var'];
?>

Hope I'm thinking correctly.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 4391 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://lists.nyphp.org/pipermail/talk/attachments/20030508/b4e8ce22/attachment.bin>


More information about the talk mailing list