PDA

View Full Version : Username stored in a cookie?


Jordan17
04-03-2006, 05:14 PM
In many PHP scripts I have seen before, the username is stored in a cookie, and when it needs to be displayed <?php echo($cookiename); ?> will display the username.

In vBulletin is it stored in a cookie? If so, what is it called and how to do I use php to echo(); it ?