Oops sorry sent that last one on accident.. real problem:

i'm using the below code


<?php 
header("Location:  index.php");
SetCookie("password",$password,time()+3600);
SetCookie("name",$name,time()+3600); 
 ?>

Before they go to this page they enter the password and name in a form and hit submit 
and it submits to this page.. Now is there something wrong with that code? cause it 
doesnt seem to create the cookie.

Thanks a bunch,

Nate

Reply via email to