Topic: Help with cookie processing.
I'm starting a new thread for my problem because I wasn't getting any help in the last one. Also, the name of the topic was irrelevant.
<?php
$pun_root = './';
define('PUN', 1);
include "include/common.php";
echo $cur_user['username'];
?>
This should work for displaying the name of the current user on any page if it was included. Why doesn't it?
Any suggestions would be appreciated.