Ver Mensaje Individual
  #4 (permalink)  
Antiguo 28/05/2013, 13:28
Avatar de arcanisgk122
arcanisgk122
 
Fecha de Ingreso: junio-2010
Mensajes: 755
Antigüedad: 14 años, 5 meses
Puntos: 28
Respuesta: archivo PHP no se ejecuta sino que se descarga

a mi me sale el codigo:

Código PHP:
Ver original
  1. <?php
  2. if(isset($_POST['submit'])) {
  3.  
  4. $subject = "What are you thinking submission!";
  5.  
  6. // data the visitor provided
  7. $name_field = filter_var($_POST['name'], FILTER_SANITIZE_STRING);
  8. $email_field = filter_var($_POST['email'], FILTER_VALIDATE_EMAIL);
  9. $comment = filter_var($_POST['comment'], FILTER_SANITIZE_STRING);
  10.  
  11. //constructing the message
  12. $body = " From: $name_field\n\n E-Mail: $email_field\n\n Message:\n\n $comment";
  13.  
  14. // ...and away we go!
  15. mail($to, $subject, $body);
  16.  
  17. // redirect to confirmation
  18. header('Location: http://www.movil-cargo.com/confirmation.html');
  19.  
  20. } else {
  21.  
  22. // handle the error somehow
  23.  
  24. }
  25. ?>
y supongo que para que esto pase debes estar programado algo mal XD si o algún problema con la configuracion de tu php... algunos planes no permite el servicio de mail send creo XD
__________________
Cooler Master Gladiator 600 - AMD PHENOM II X4 955 @ 3.5GHZ
GA-MA78GM-US2H - Super Talent 800 2GB x 2 Dual, (Unganged)
PSU Cooler Master eXtreme Power Plus 500W - Saphire R7-260OC-2GB