Alright, so, I have this PHP script installed for users to have accounts on my site.
There's this code that I put on a page to see if a person is logged in or not. If they aren't, it asks them to, but it also hides everything under that code.
I want to be able to put a code on one of my pages to show the user whether they are logged in or not without hiding the rest of the page.
How can I do that?