hi,
i am new to php and i know that i should be able to use cookies to help me only let a window to popup once per session (or 10 minutes).
all i need to do is check if the cookie is present and then either popup the winow or not.
if anyone has the code to this simple (i think) question, please let me know.
SUMMARY:
- when a person comes to the home page of the site. window should pop up.
- when a person returns to the home page, the window should not pop back up, unless 10 minutes has passed.
thanks