Ver Mensaje Individual
  #1 (permalink)  
Antiguo 08/02/2002, 04:51
KRYZTO
 
Fecha de Ingreso: enero-2002
Mensajes: 314
Antigüedad: 22 años, 4 meses
Puntos: 0
Formulario que llege a mi mail PHP

Hola que tal tengo poco en php y no he podido probar este codigo ya que no he podido instalar apache ni PWS asi que a ver si me echan la mano con este codigo
<pre> &lt;form method=&quot;post&quot; action=&quot;mandar.php&quot;&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;br&gt;Nombre&lt;input type=&quot;text&quot; name=&quot;de&quot; size=&quot;30&quot;&gt;
&lt;br&gt;Asunto&lt;input type=text name=asunto size=36&gt;
&lt;/p&gt;
&lt;p&gt;Calificacion&lt;select name=&quot;select&quot;&gt;
&lt;option selected&gt;1&lt;/option&gt;
&lt;option&gt;2&lt;/option&gt;
&lt;option&gt;3&lt;/option&gt;
&lt;option&gt;4&lt;/option&gt;
&lt;option&gt;5&lt;/option&gt;
&lt;/select&gt;
&lt;br&gt;
Comentarios&lt;br&gt;&lt;textarea name=&quot;cuerpo&quot; wrap=&quot;physical&quot; cols=&quot;50&quot; rows=&quot;12&quot;&gt;
&lt;/textarea&gt;
&lt;br&gt;
&lt;input type=submit name=submit value=ENVIAR&gt;
&lt;/p&gt;
&lt;/form&gt;
&lt;/body&gt;
&lt;/html&gt; </pre>
este es mi html
ahora quiero que estos datos llegen a mi correo

<pre> &lt;?
if([email protected]!=&quot;&quot;){
mail($nombre, $asunto,$caliciacion $comentarios &quot;Email enviado desde Mipagina.com\n\n\n$CRITICAS&quot;);
echo &quot;hemos recibido sus sugerencias muchas gracias!&quot;;
}
?&gt;

</pre> y este seria mi mandar.php

Estoy mal,? tengo una idea?, no tengo idea de lo que es php?

Ok agredeceria si me ayudan con este codigo PLEASE :)