I am having real problems with the cookie I have written and it writing to the tracking table I have created within mySQL
Here is the code I am using can anyone notice anything inherently wrong??
if (!isset($user_id)){
$token = md5(uniqid(rand()));
setcookie("user_id", $token, time()+86400, "/",".digital beatbox");
}