Ver Mensaje Individual
  #5 (permalink)  
Antiguo 24/06/2011, 08:13
consultashangar
 
Fecha de Ingreso: junio-2011
Ubicación: Buenos Aires
Mensajes: 91
Antigüedad: 12 años, 10 meses
Puntos: 1
Respuesta: Problema con PHP

Este es el codigo del formulario que arme en html, y luego arme un PHP que se llama enviar.php pero cuando hago click en el boton de enviar me sale el error

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Contacto Huellas Andinas</title>
<style type="text/css">
body,td,th {
color: #000;
}
body {
background-color: #099;
}
</style>
</head>

<body bgcolor="#009999">
<blockquote>
<blockquote>
<blockquote>
<blockquote>
<blockquote>
<blockquote>
<blockquote>
<h4>Contactate con HOSTEL HUELLAS ANDINAS
</h4>
<form id="huellas" name="huellas" method="post" action="enviar">
<p>
<label for="textfield2">Nombre</label>
<input name="textfield" type="text" id="textfield2" size="30" />
</p>
<p>
<label for="textfield3">Apellido</label>
<input name="textfield2" type="text" id="textfield3" size="30" />

<label for="textfield5"><br />
Pais</label>
<input name="textfield4" type="text" id="textfield5" size="30" />
</p>
<p>
<label for="textfield4">Ciudad</label>
<input name="textfield3" type="text" id="textfield4" size="30" />
</p>
<p>
<label for="textfield6">Telefono de Contacto</label>
<input name="textfield5" type="text" id="textfield6" size="30" />

<label for="textfield7"><br />
Mail</label>
<input name="textfield6" type="text" id="textfield7" size="50" />

<label for="textarea"><br />
Su Consulta</label>
</p>
<p>
<textarea name="textarea" id="textarea" cols="50" rows="5"></textarea>
</p>
<p>

<input type="submit" name="button" id="button" value="Enviar" />
</p>
</form>
<p>&nbsp;</p>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
</body>
</html>