Re: [PHP] Session vars not echoing?

2003-11-20 Thread John W. Holmes
Jas wrote: [Script registering vars - sessions.php] /* Format Date & Time */ $hour = (date("H:i:s")); $day = (date("d")); $date = (date("F $day, Y")); Don't you mean $data = date('F d, Y'); I don't see why you're calculating $day and then putting it in date(). /* Register vars */ $_SESSION['date

[PHP] Session vars not echoing?

2003-11-20 Thread Jas
Not sure why this is happening but I think it has something to do with an include statement... [Server environment] Apache/2.0.47 (Unix) DAV/2 PHP/4.3.3 register_globals On On report_memleaks On On safe_mode Off Off safe_mode_exec_dir no value no value Session Support enabled [Script registering