At the top of each page of my website I have a Login button. However, I would like to make the button change to say Logout if a viewer is already logged into the site, but switch back Login if the viewer is logged out. Is there a line of code that would easily do this? Any help would be greatly appreciated. My HTML and CSS is ok, but that is about the extent of my knowledge right now.
Additional Details: The login button sends you to another page where you can login. I am hoping to change the name and link based off of whether or not the user is logged in. The code for the link/button at the top of the page is:
<p id="header_right" align="right"><b><a href="http://---------------.org/login.php">Login</a></b></p>
