# PHP form,processing hangs,not echoing reply, no email is sent or recieved

**URL:** https://forum.kirupa.com/t/php-form-processing-hangs-not-echoing-reply-no-email-is-sent-or-recieved/106416
**Category:** Uncategorized
**Created:** [April 5, 2004, 5:34pm UTC](https://forum.kirupa.com/t/php-form-processing-hangs-not-echoing-reply-no-email-is-sent-or-recieved/106416 "2004-04-05T17:34:51Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![hetlicht](https://avatars.discourse-cdn.com/v4/letter/h/96bed5/32.png) [@hetlicht](https://forum.kirupa.com/u/hetlicht)
#### Post date: [April 5, 2004, 5:34pm UTC](https://forum.kirupa.com/t/php-form-processing-hangs-not-echoing-reply-no-email-is-sent-or-recieved/106416/1 "2004-04-05T17:34:51Z")

</div>

Hi all,

I have a problem with a PHP form in which the server does not respond(I think it’s the PHP+me)

pls see. item a.

![](http://dlicht.com/examples/PHP1.jpg)

heres the PHP file that goes on the server:  
(i’m not the original author)

// The PHP file  
\<?  
// MX :: Essential Components :: ASP/PHP FORM 1.0  
// Downloaded free from [www.romiglia.com](http://www.romiglia.com/)  
$destino = $steve@dlicht.com;  
$asunto2 = $asunto;  
$to = "steve@dlicht.com";

```
   $encabezados = "From: &lt;$email_destino&gt; 

```

";  
$encabezados .= "Reply-To: \<$email\_destino\>  
";  
$cuerpo = "\<$contenido\>  
";  
mail($destino, $asunto2, $cuerpo, $encabezados) or die (“mensaje=No se pudo procesar el formulario”);  
echo “mensaje=Form sent.”;  
?\>

in addition, in the component parameters in the MX document there are two text field options for server configurations. a is the ‘destiny email’(i’ve put [steve@dlicht.com](mailto:steve@dlicht.com)) b is the ‘email server name’ (alias)([steve@dlicht.com](mailto:steve@dlicht.com))  
you can also select .ASP or .PHP I’ve selected .PHP but yeah

plus what the hell is asunto?? I’ve looked it up, tried portugese, spanish…I’m not making sense of it.

If someone could kindly help i would greatly appreciate it. I know its something super simple and i’ve been up for 2 long beating my head.

hetlicht
