please could someone help with cookies
setcookie( "user", "$user", time()+7200, "/", "", 0 );
if they want to log in to another account and it adds another cookie
my sql rows is controled by the value $user from cookie
so if they log in on to differnet accounts they will have 2 cookies with two differnt users stored it will load data for both
so i think i need another way to do this please
thanks
reece
[url=http://forums.devnetwork.net/viewtopic.php?t=30037]Forum Rules[/url] Section 1.1 wrote:2. Use descriptive subjects when you start a new thread. Vague titles such as "Help!", "Why?" are misleading and keep you from receiving an answer to your question.