you forgot a " after setcookie("site_pass
btw: if you use the php-tags provided by this forum you'll get a marvelous syntax-highlighting which helps searching for errors
else
{
$Name = mysql_query("INSERT INTO personalize VALUES ('$Name', 'Password')");
setcookie("site_user", $Name, "/");
setcookie("site_pass, $Password, "/");
btw #2: $Name won't contain the user's name after mysql_query
[edit]
i'll try to help even if you don't send me a pm, so it's not neccessary 😉
[/edit]