Ok, here's the problem, I have these lines of code:
setcookie("authorized", "yes","","/","",0);
setcookie("idNumber",$id,"","/","",0);
and i get warnings on both of them:
setcookie()expects parameter 3 to be long.
I've tried everything for parameter 3 and it won't go away! If anyone can help, I would REALLY appreciate it!
jday@dmgdesign.org