|
Thanx but it doesnt really you how to use them. Ive got this bit <?php
$site_name = "Site.com";
setcookie("first_cookie",$site_name,time()+604800) ;
?>
Where do you put it, and does it mean it will go to Site.com if the person has visted the site it will go to Site.com.
|