hi guys
so im trying to set cookies using the setcookie() function and i got all the things right as far as syntax and not headers output before etc etc but.... it isnt setting them as far as i can tell but they do seem to being set sort of
uh huh so my question is ... im using sessions and im wondering if the setcookie() function will rather use the session data instead of an actual cookie ... or is that me just clutching at straws?
thanks in advance
lauren
oh yah the code im using is:
setcookie("name",$data['name'],time()+31536000);