hey,
Im building a very basic message box and I've hit a wall. Its nothing to do with DB queries or anything - that stuff is going fine... Its an Ajax update that is the problem.
Every 2 seconds, anything within <div id=messagebox>*here*</div> will be refreshed. And it is! But when I store a variable, such as $userAlias; in there, it stays for the 2 seconds, then gets removed, which means the ajax is working, but not entirely!
This particular variable is being used in multiple includes around the site, but it is only bugging here when there is an Ajax refresh.
In the index.php the file is being stored in $_SESSION. Or am I arse about tit here?
Cheers.