////Services Wizare - 1.0
$quantity = $_POST['quantity'];
$masters = $_POST['masters'];
$type = $_POST['type'];
////////////
if ($quantity == 999 && $masters == 1 && $type == cd){
$answer = " Based on your answers, CD Duplication may be your best production method.
Click here to go
straight to the CD Duplication Calculator";
}
elseif ($quantity == 999 && $masters == 2 && $type == cd){
$answer = " Based on your answers, CD Duplication may be your best production method.
Click here to go
straight to the CD Duplication Calculator";
}
elseif ($quantity == 1000 && $masters == 1 && $type == cd){
$answer = " Based on your answers, CD Replication may be your best production method.
Click here to go
straight to the CD Replication Calculator";
}
elseif ($quantity == 1000 && $masters == 2 && $type == cd){
$answer = " Based on your answers, CD Replication may be your best production method.
Click here to go
straight to the CD Replication Calculator";
}
elseif ($quantity == 999 && $masters == 1 && $type == dvd){
$answer = " Based on your answers, DVD Duplication may be your best production method.
Click here to go
straight to the DVD Duplication Calculator";
}
elseif ($quantity = 999 && $masters == 2 && $type == dvd){
$answer = " Based on your answers, DVD Duplication may be your best production method.
Click here to go
straight to the DVD Duplication Calculator";
}
elseif ($quantity = 1000&& $masters == 1 && $type == dvd){
$answer = " Based on your answers, DVD Replication may be your best production method.
Click here to go
straight to the DVD Replication Calculator";
}
elseif ($quantity = 1000 && $masters == 2 && $type == dvd){
$answer = " Based on your answers, DVD Replication may be your best production method.
Click here to go
straight to the DVD Replication Calculator";
}
?>