Topic: php and cookie question
setcookie ('user_name', '', time()-300, '/', '', 0);
Any ideas why that doesn't work to erase the data in my cookie? I know the if loop is executing because things after that in the code are happening fine. I'm not getting an error message - but the value for user_name stays the same. I'd really appreciate any help I could get. Thanks,
paul