Forum Moderators: coopster
Is there any other way?
ACTUALLY, let me ask another question. I'm trying to set up a "last visited" thing. I was trying to set it up to record the last time someone logged in from the login page via HTTP_REFERER.
What's a good way to set up a "last visited" variable/field?
Some users don't allow their browser to create cookies, but their is not a problem anymore because php 4.2 checks if the browser allows cookies, and if it doesn't then it creates one in the server site.
Want I want to say is that the server will create a cookie for you.
An other solution will be that you create a variable that is in every page and passed it to the next page ( ofcourse the variable containd the name of the page you are in ) you are calling, then this new page will know where the user came from.
I hope I make my self clear.
hope that helps
mavherick