if (!ini_get('register_globals')) { $superglobales = array($_SERVER, $_ENV, $_FILES, $_COOKIE, $_POST, $_GET); if (isset($_SESSION)) { array_unshift($superglobales, $_SESSION); } foreach ($superglobales as $superglobal) { extract($superglobal, EXTR_SKIP); } } $costo_alta = "GRATIS"; switch($plan) { case "packuno": switch($tipo){ case "3": $tipo_muestra = "anual"; $costo_final = "150"; break; case "12": $tipo_muestra = "anual"; $costo_final = "150"; $costo_alta = "GRATIS"; break; default: header("Location: index.html"); exit; break; } $plan_muestra = "Pack Promo Uno"; break; case "packdos": switch($tipo){ case "3": $tipo_muestra = "anual"; $costo_final = "100"; break; case "12": $tipo_muestra = "anual"; $costo_final = "100"; $costo_alta = "GRATIS"; break; default: header("Location: index.html"); exit; break; } $plan_muestra = "Pack Promo Dos"; break; case "packtres": switch($tipo){ case "3": $tipo_muestra = "anual"; $costo_final = "80"; break; case "12": $tipo_muestra = "anual"; $costo_final = "80"; $costo_alta = "GRATIS"; break; default: header("Location: index.html"); exit; break; } $plan_muestra = "Pack Promo Tres"; break; default: header("Location: index.html"); exit; break; } ?>
|
|
Inicio Adnplanet Hosting Promociones Especiales
|
|