* Thus wrote Andy B ([EMAIL PROTECTED]):
> <?php
> session_start();
> $_SESSION['date']=$date;
> $HTTP_SESSION_VARS['name']=$name;
> $HTTP_SESSION_VARS['email']=$email;
> $HTTP_SESSION_VARS['website']=$website;
> $HTTP_SESSION_VARS['referred']=$referred;
> $HTTP_SESSION_VARS['comments']=$comments;

You should probably read http:/php.net/session more carefully.

> <snip oodles of unread code>


Curt
-- 
"I used to think I was indecisive, but now I'm not so sure."

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

Reply via email to