Click to See Complete Forum and Search --> : Display: Welcome John Smith / Logout


tomyknoker
03-31-2007, 08:19 AM
I have this php code after my first login page... But it doesn't display the user's username... Any ideas?


<p>Welcome <? echo $_SESSION['txtUserId']; ?>/ <a href="index.php">Logout</a></p>