i have a site i'm developing that users are allowed to login etc, and i want each user to be able to 'personalize' their own starting page just a bit, etc.
can this be accomplished with cookies? what are pros/cons of sessions/cookies...
Hi Cookies and or a login to a DB where user data is stored would be the way forward. Get into templates, it'll make your job so much easier. For example you can set the colors as a temlate var and set this var via the info stored in the cookie or DB.
Nick