Comunidad de diseño web y desarrollo en internet online

Pequeño script de php que no funciona

Citar            
MensajeEscrito el 19 May 2009 07:22 pm
Hasta hace poco este script funcionaba perfectamente, de un momento a otro no siguió enviando los datos. Funciona con un swf tradicional con as2.

Por favor ayúdenme para saber que puede estar pasando:

Código :

<?
if(!empty($HTTP_POST_VARS['sender_mail']) || !empty($HTTP_POST_VARS['sender_message']) || !empty($HTTP_POST_VARS['sender_subject']) || !empty($HTTP_POST_VARS['sender_name']))
{
   $to = "[email protected], [email protected], [email protected], [email protected]";
   $subject = stripslashes($HTTP_POST_VARS['sender_subject']);
   $body .= "\n\nACTION\n";
   $body .= stripslashes($HTTP_POST_VARS['action']);
   $body .= "\n\n--------------------------\n";
   $body .= "Mail sent by: " . $HTTP_POST_VARS['sender_name'] . " <Email: " . $HTTP_POST_VARS['sender_mail']  . ">\n";
   $header = "From: " . $HTTP_POST_VARS['sender_name'] . " <" . $HTTP_POST_VARS['sender_mail'] . ">\n";
   $header .= "Reply-To: " . $HTTP_POST_VARS['sender_name'] . " <" . $HTTP_POST_VARS['sender_mail'] . ">\n";
   $header .= "X-Mailer: PHP/" . phpversion() . "\n";
   $header .= "X-Priority: 1";
   if(@mail($to, $subject, $body, $header))
   {
      echo "output=sent";
   } else {
      echo "output=error";
   }
} else {
   echo "output=error";
}
?>


Gracias!

John Martin

Por JOHNMARTIN

Claber

1222 de clabLevel

4 tutoriales
4 articulos
2 ejemplos

Genero:Masculino  

||| BOGOTA COLOMBIA |||

chrome
Citar            
MensajeEscrito el 19 May 2009 07:26 pm
cambia las http_post_vars por solamente $_post debe ser q han cambiado la configuracion de el servidor revisa eso saludos

Por talcual

686 de clabLevel



 

Colombia

firefox

 

Cristalab BabyBlue v4 + V4 © 2011 Cristalab
Powered by ClabEngines v4, HTML5, love and ponies.