processRequest(); function generar_identificador_tpv () { $link = $GLOBALS['link']; $alfa = array("0", "1", "2", "3", "4", "5", "6", "7", "8", "9"); $existe = 1; while ($existe==1) { $aux_identificador = ""; for ($i=0; $i<12; $i++) { $aux_identificador .= $alfa[rand(0,9)]; } $comprobacion_numserie = mysql_query("SELECT id FROM pedidos_pack WHERE identificador='$aux_identificador'", $link); if (mysql_num_rows($comprobacion_numserie)==0) { $existe=0; } mysql_free_result($comprobacion_numserie); } return($aux_identificador); } if (isset($_POST['enviar'])) { $nombre = $_POST['nombre']; $apellidos = $_POST['apellidos']; $direccion = $_POST['direccion']; $poblacion = $_POST['poblacion']; $email = $_POST['email']; $tipo = $_POST['tipo']; $precio = $precio_pack[$tipo]; $identificador = generar_identificador_tpv(); $tpv_fecha = date("ymdHis"); $created = date("Y-m-d H:i:s"); if ($_POST['forma_pago']=="tpv") { $estado = "pendiente_tpv"; } elseif ($_POST['forma_pago']=="paypal") { $estado = "pendiente_paypal"; } else { $estado = "pendiente"; } $sql = "INSERT INTO pedidos_pack (identificador, nombre, apellidos, direccion, poblacion, email, plazo_contratacion, precio, tpv_fecha, created, estado, activo) VALUES ('$identificador','$nombre','$apellidos','$direccion','$poblacion','$email','$tipo',$precio,'$tpv_fecha','$created','$estado','si')"; mysql_query($sql, $link) or die(mysql_error($link)); if ($_POST['forma_pago']=="tpv") { header("Location: contratar_previotpv.php?key=$identificador"); exit(); } elseif ($_POST['forma_pago']=="paypal") { header("Location: paypal_previo.php?key=$identificador"); exit(); } } if ($_GET['tipo']=="mensual") { $tipo = "mensual"; } elseif ($_GET['tipo']=="anual") { $tipo = "anual"; } else { $tipo = "anual"; } $tipo = "anual"; //Modificación Dic 2010 - Se elimina la contratación mensual $precio = $precio_pack[$tipo]; if ($tipo=="anual") { $texto_producto = "Packweb $precio€ al año"; $img_compra = "compraanual.jpg"; } else { $texto_producto = "Packweb $precio€ al mes"; $img_compra = "compramensual.jpg"; } ?> printJavascript("xajax/"); ?>
 
Comprar'); ?>
 
*
*
*
*
*
<? echo _(" />
<? echo _(" />
<? echo _(" />
* son obligatorios.'); ?> " border="0">