26/10/2007, 13:31
|
| | | Fecha de Ingreso: abril-2007
Mensajes: 3.303
Antigüedad: 17 años, 7 meses Puntos: 292 | |
Re: $_POST ( duda ) Hice lo que me dijo Kninox pero ningun echo imprime nada! me fije y PHP esta corriendo porque otros programs si funcionan y este funcionaba!!!
El cofigo entero HTML / PHP [ archivo test.php ] es:
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Pruebita</title>
</head>
<body>
<div align="center">
<textarea name="entrada" cols="45" rows="5"></textarea>
<form method="post" action="test.php">
<p/>
<input type="submit" value="Enviar"/>
</form>
</div> <?php Echo $_POST["entrada"]; ?>
</body>
</html>
Ideas ??? :( |