Ver Mensaje Individual
  #12 (permalink)  
Antiguo 25/05/2009, 12:10
Avatar de DragonX
DragonX
Colaborador
 
Fecha de Ingreso: mayo-2002
Ubicación: Funkyland
Mensajes: 8.433
Antigüedad: 22 años, 10 meses
Puntos: 177
Respuesta: Validar formulario del lado del servidor

ok, aca te dejo:

Pagina de contacto.php
Código PHP:
Ver original
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" lang="es" xml:lang="es">
  3.   <head>
  4.     <title>Urbanchip contacto</title>
  5.     <meta name="Description" content="Somos una empresa dedicada al diseño web desde el año 2000, creciendo día a día con las nuevas tecnologias." />
  6.     <meta name="Keywords" content="maquetación css, posicionamiento, redacción, diseño web" />
  7.     <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
  8.     <!--Favicon-->
  9.     <link rel="shortcut icon" href="favicon.ico" />
  10.     <!--Estilos-->
  11.     <link href="css/estilosurb.css" rel="stylesheet" type="text/css" title="Estilos Urbanchip" />
  12.     <!--Scripts-->
  13.     <script type="text/javascript" src="js/moo.js"></script>
  14.     <script type="text/javascript" src="js/scripts.js"></script>
  15.     <script type="text/javascript" src="js/slider.js"></script>
  16.     <script type="text/javascript" src="js/menu.js"></script>
  17.     <!--[if IE]>
  18.     <link href="css/ie.css" rel="stylesheet" type="text/css" />
  19.     <![endif]-->
  20.   </head>
  21.   <body class="interior">
  22.     <div id="imgtopinterna">&nbsp;</div>
  23.     <?php include('header.php'); ?>
  24.     <div id="contenedor">
  25.       <div id="imgcabezal" class="contacto">&nbsp;</div>
  26.       <div id="global_nav">
  27.               <ul>
  28.             <li><a href="diseno-maquetacion.php" title="Dise&ntilde;o Web y Maquetaci&oacute;n CSS">Dise&ntilde;o y maquetacion</a></li>
  29.             <li><a href="posicionamiento-seo.php" title="SEO y Posicionamiento en Buscadores">Posicionamiento SEO</a></li>            
  30.             <li><a href="redaccion-de-contenidos.php" title="Redacci&oacute;n de Contenidos">Redaccion de contenidos</a></li>
  31.             <li><a href="urbanchip.php" title="Acerca de Urbanchip">Urbanchip</a></li>
  32.             <li class="current"><a href="contactenos.php" title="Contactenos">contacto</a></li>          
  33.               </ul>
  34.             </div>
  35.       <h2 class="seccion">Pongase en contacto con nosotros</h2>
  36.       <div id="txtcont">
  37.       <p>Por favor complete el formulario o bien puede hacerlo por telefono, skype, msn o mail</p>
  38.         <div id="txtcolizqcontacto">
  39.         <!--Form-->
  40.           <form action="<?=$_SERVER['PHP_SELF'];?>" method="post" id="f1" name="f1">
  41.             <fieldset>
  42.               <h3>Datos personales</h3>
  43.               <input type="hidden" name="url" value="urbanchip.com/" />
  44.               <p><input name="nombre" id="nombre" value="<? if(isset($_POST['nombre'])) {echo $_POST['nombre']; } else { echo 'Nombre (obligatorio)';} ?>" size="22" tabindex="1" type="text" onblur="if(this.value == '') { this.value='Nombre (obligatorio)'}" onfocus="if (this.value == 'Nombre (obligatorio)') {this.value=''}" /></p>
  45.               <p><label for="mail">Mail</label><input name="mail" id="mail" value="Mail (obligatorio)" size="22" tabindex="2" type="text" onblur="if(this.value == '') { this.value='Mail (obligatorio)'}" onfocus="if (this.value == 'Mail (obligatorio)') {this.value=''}" /></p>
  46.               <p><label for="pais">Pa&iacute;s</label><input name="pais" id="pais" value="Pais" size="22" tabindex="2" type="text" onblur="if(this.value == '') { this.value='Pais'}" onfocus="if (this.value == 'Pais') {this.value=''}" /></p>
  47.               <h3>¿Qu&eacute; servicio desea contratar?</h3>
  48.               <div id="servicioscontrata">
  49.               <p class="colform">
  50.                 <input type="checkbox" name="desarrollo_web" id="desarrollo_web" />Desarrollo Web<br />
  51.                 <input type="checkbox" name="seo" id="seo" />Posicionamiento SEO<br />
  52.                 <input type="checkbox" name="redaccion" id="redaccion" />Redacci&oacute;n de contenidos<br />
  53.               </p>
  54.               <p class="colform">
  55.                 <input type="checkbox" name="psd_html" id="psd_html" />de PSD a HTML<br />
  56.                 <input type="checkbox" name="consultoria_web" id="consultoria_web" />Consultor&iacute;a Web<br />
  57.                 <input type="checkbox" name="consultoria" id="consultoria" />Consultor&iacute;a Accesibilidad<br />
  58.               </p>
  59.               </div>
  60.               <h3>Consulta</h3>
  61.               <p><label for="asunto">Subject</label><input name="asunto" id="asunto" value="Asunto (obligatorio)" size="22" tabindex="3" type="text" onblur="if(this.value == '') { this.value='Asunto (obligatorio)'}" onfocus="if (this.value == 'Asunto (obligatorio)') {this.value=''}" /></p>
  62.               <p><label for="mensaje">Message</label><textarea name="mensaje" id="mensaje" cols="61" rows="10" tabindex="3"></textarea></p>
  63.               <h3>Unos datos extras</h3>
  64.               <p>Cuentenos, sin obligaciones, como nos conoci&oacute;</p>
  65.                       <select name="nosconocio" id="nosconocio">
  66.                 <option selected="selected">¿C&oacute;mo nos conoci&oacute;?</option>
  67.                 <option>Recomendaci&oacute;n</option>
  68.                 <option>Google/Yahoo/MSN</option>
  69.                 <option>Aviso publicitario</option>
  70.                 <option>Por un amigo</option>
  71.                       </select>
  72.               <p><input value="Enviar consulta" name="sender" id="sender" type="submit" /></p>
  73.             </fieldset>
  74.           </form>
  75.         <!--End Form-->
  76.         </div>
  77.         <div id="txtcoldercontacto">
  78.           <h3 class="tituizq">Otros medios de contacto</h3>
  79.           <p>Puede contactarnos vía mail escribiendo a <span>info[arroba]urbanchip.com</span></p>
  80.           <p>O bien podés llamarnos por teléfono</p>
  81.           <p>Cord&oacute;ba Capital<span>(0351)-488.5937 | (0351)-15.609.7408</span></p>
  82.           <p>Buenos Aires, Rep. <strong>Dora Tisera</strong> <span>(011)-15.5958.9997</span></p>
  83.           <p><strong><u>Otros medios</u></strong></p>
  84.           <p>MSN <span>urbanchip[arroba]hotmail.com</span></p>
  85.           <p>Skype <span>urbanchip</span></p>
  86.         </div>      
  87.       </div>
  88.     </div>
  89.     <?php include('footer.php'); ?>
  90.   </body>
  91. </html>

Codigo php de mail.php
Código PHP:
Ver original
  1. <?php
  2. &#160;
  3. $host &#160;   = "localhost";
  4. $user &#160;   = "[email protected]";
  5. $pass &#160;   = "xxxx";
  6. $from &#160;   = "[email protected]";
  7. $fromName = "Urbanchip";
  8. $to &#160;     = "[email protected]";
  9. $toName &#160; = "Urbanchip";
  10. &#160;
  11. $asunto &#160; = "Contacto WEB";
  12. $date &#160;   = date ("j/m/y");
  13. $time &#160;   = date ("G a");
  14. $URLError = "error.html";
  15. $URLOk &#160;  = "ok.html";
  16. &#160;
  17. require("class.phpmailer.php");
  18. &#160;
  19. $phpmailer = new PHPMailer();
  20. &#160;
  21. $phpmailer->IsSMTP(); &#160;                                 // send via SMTP
  22. $phpmailer->Host &#160;   = $host; // SMTP servers
  23. $phpmailer->SMTPAuth = true; &#160;   // turn on SMTP authentication
  24. $phpmailer->Username = $user; &#160;// SMTP username
  25. $phpmailer->Password = $pass; // SMTP password
  26. &#160;
  27. $phpmailer->From &#160;   = $from;
  28. $phpmailer->FromName = $fromName;
  29. &#160;
  30. //Direccion del reseptor
  31. $phpmailer->AddAddress($to, $toName); &#160;  // optional name
  32. &#160;
  33. &#160;
  34. $phpmailer->WordWrap = 50; &#160;                            // set word wrap
  35. &#160;
  36. $phpmailer->IsHTML(true); &#160;                             // send as HTML
  37. &#160;
  38. //INI - Preparo el body
  39. $msg = "Correo enviado desde Web Site el día $date a las $time.<br><br>";
  40. &#160;
  41. if ($_SERVER['REQUEST_METHOD'] == "POST") {
  42. &#160; foreach ($_POST as $key => $value) {
  43. &#160;   $msg .= ucfirst ($key) ." : ". $value . "<br>";
  44. &#160; }
  45. &#160;
  46. }else {
  47. &#160; foreach ($_GET as $key => $value) {
  48. &#160;   $msg .= ucfirst ($key) ." : ". $value . "<br>";
  49. &#160; }
  50. }
  51. //END - Preparo el body
  52. &#160;
  53. $phpmailer->Subject &#160;=  $asunto;
  54. $phpmailer->Body &#160;   =  $msg;
  55. &#160;
  56. if(!$phpmailer->Send()){
  57. &#160;  header ("Location:$URLError");
  58. }
  59. &#160;
  60. header ("Location:$URLOk");
  61. &#160;
  62. &#160;
  63. ?>

nuevamente un millón de gracias!!!!!!
__________________
Desarrollos dosLotos
Calendario Maya, Meditación, Osho