Forum Moderators: coopster
// Lets pretend the user has enter the user name, tehen I have this varible:
$user_name ;
I want to pass this user_name to the next page the user calls $_POST[user_name]; and keep on doing it. I know or belive their is an other solution.
Do you know how I could probably create a session in the serer side or something like that?
You might want to be careful about what data you actually record since there are users who get touchy about you recording what they do.
Here's a good rule of thumb to follow:
If you're recording user information, you should feel comfortable in putting exactly what you monitor in a "Privacy Policy" that's publicly available for users to read. Anything else is probably a violation of their privacy and might get you into trouble down the line.