Atleast it won't in Opera (It will in IE)
Heres my code:
<?
include("config.php");
//email,name,domain,referral,pword,pword2,username
$value = "".$_POST['name'] .",".$_POST['email'].",".$_POST['domain'].",".$_POST['referral'].",".$_POST['username'].",".$_POST['pword'].",".$_POST['plan']."";
setcookie("order",$value,time()+3600,"/order","domain.com");
//setcookie("order",$value,time()+3600,"/order","domain.com");
//Month-2-month
if ($_POST['plan'] == "sk1") {
header("Location: [url]https://www.2checkout.com/cgi-bin/crbuyers/recpurchase.2c?sid=[/url]");
exit;
}
It sets perfectly in IE, but won't in Opera... Any ideas?