@ Madman thnx for clearing that up. And i changed it to
code:
setcookie ("Naam", $_POST["naam"], time()+86400); /* onthoud naam voor 24 uur*/
setcookie ("Ipadres", $_SERVER["REMOTE_ADDR"], time()+86400); /*onthoud ip voor 24 uur */
And... still nothing