ok i went to www.php.net and got that i can use:
setcookie ("TestCookie", $value);
to set a cookie, but when i place this code in a "file.php" and load the file it wont make a cookie in my Cookies Folder on my computer!? WHY?
How do i have to write so that once a user enters the page (file.php) it automatically makes a cookie on the persons computer??
please help!!