Hi, am facing problem in Firefox which is working fine in IE.
This code doesnt set a Cookie in FF but it does in IE..
$id = $_POST['sendmobID'];
$var = $_POST['vote'];
setcookie ($id+1, $id, $time + 7776000);
header("Location: specs_".$var."_".$id."");
so what could be wrong?
Thanks in advance