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 "basico": switch($tipo){ case "3": $tipo_muestra = "trimestral"; $costo_final = "48"; break; case "12": $tipo_muestra = "anual"; $costo_final = "156"; $costo_alta = "GRATIS"; break; default: header("Location: index.html"); exit; break; } $plan_muestra = "Basico Windows 50MB"; break; case "lite": switch($tipo){ case "3": $tipo_muestra = "trimestral"; $costo_final = "63"; break; case "12": $tipo_muestra = "anual"; $costo_final = "180"; $costo_alta = "GRATIS"; break; default: header("Location: index.html"); exit; break; } $plan_muestra = "Lite Windows 100MB"; break; case "heavy": switch($tipo){ case "3": $tipo_muestra = "trimestral"; $costo_final = "78"; break; case "12": $tipo_muestra = "anual"; $costo_final = "240"; $costo_alta = "GRATIS"; break; default: header("Location: index.html"); exit; break; } $plan_muestra = "Heavy Windows 200MB"; break; default: header("Location: index.html"); exit; break; } ?>
|
|
Inicio Adnplanet Hosting Web Hosting Windows
|
|