Hi
I have a php includes on my site for header and footer on each page.
I am changing the site to allow users to log in and out etc.
How can I pass things like username to the header? Also I will want the header to display Log In when no user name is present but Log Out when a username is present.
Any help appreciated.
Richard