I don't know how to set cookies right. Right now I've got:
setcookie("massivechipmunk","chipmunk",time()+3600,'/',"chipmunk-scripts.com") or die("2");
Its just sending an HTML copy of my webpage to my temp internet files instead of a text file, how do I actually get the cookie to store information in a text file?