Hello.
Can you tell me what piece of code to add to the protected webpage that displays the logged-in user's name. I would say something like these... "Welcome [username]", or "Logged In As [username]".
I found a piece of code that I think is correct, but I don't know what the exact field name is for the user. The code I tried was
<?php echo $username; ?>
but it doesn't work.
Thanks
jjrose