Hi Swix, thanks for the help... you explained it very well on what are the duties of each code i made... however, how do you call the cookie into the other pages that i have?
for example i put this setcookie inside login.php:
setcookie("Myinfo",$value,time()+3600,"/~raffie/",".utoronto.ca",1);
how can i call this cookie into main.php, aboutus.php, moreinfo.php ?
Please help... thanks again Swix for helping me out