How to change banner after logging in?
I am using a php log on system I found on this site and it works very well
but I want to change the banner after the user logs in. I have a set of
different images that are used for the banner right now and I would like
to change it so after you log in the user sees a different set. The banner
code is a simple map consisting of hot spots with onMousOver and
onMouseOut scripts.
This is the php code I use to see if the user is logged in
if(empty($_SESSION['user']))
When the user is logged in I want it to switch to show the other set. Then
when they log out it should go back to showing the original set.
Any help would be appreciated.
No comments:
Post a Comment