18/12/2014, 12:51
|
| | Fecha de Ingreso: diciembre-2014
Mensajes: 2
Antigüedad: 9 años, 11 meses Puntos: 0 | |
Respuesta: Verificar las cabeceras http después de un POST Gracias Arturo,
Si ya probé pero es que no se bien como implementarlo aparte que estoy trabajando en local con XAMPP y no una dirección de URL.
Os pego código prueba:
<!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>Documento sin título</title>
</head>
<body>
<form action="LOCALHOSTinsertar_datos_webhost.php" method="post">
<label for="textfield"></label>
<input type="text" name="textfield" id="textfield" />
<p><input name="Submit" type="submit" value="enviar"/></p>
</form>
</body>
</html> |