View Single Post
  #5  
Old 02-20-2006, 05:03 PM
Watdaflip's Avatar
Watdaflip Watdaflip is offline
Brigadier General
 
Join Date: Sep 2005
Location: Cincinnati, Ohio
Posts: 1,638
Default Re: How can i Store User preferences

cnip, you will need to store their preferences in a mysql database. If you arn't going to have a user management system (registration & login) you will have to trace it by ip. When they change their settings, it will update the database table. Next time they visit your site, you will check the database if the ip exist in it, if so, take those settings stored, if not, then use the default.
Reply With Quote