jow ga Posted October 31, 2007 Posted October 31, 2007 I have a script that I want to have show up when people first open up my site and to not show there again until they come back or their session has expired. I am not sure how to use the session data to make this happen. Something like this generally speaking. If (!session){show this} Or is there another better way then using sessions to do it. Thanks, Tom
jow ga Posted November 1, 2007 Author Posted November 1, 2007 i figured it out if ($session_started == false) { echo this } Thanks Tom
Recommended Posts
Archived
This topic is now archived and is closed to further replies.