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>
<p>Welcome <? echo $_SESSION['txtUserId']; ?>/ <a href="index.php">Logout</a></p>