![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
18/04/2009, 10:25
|
![Avatar de By_George](http://static.forosdelweb.com/customavatars/avatar297223_2.gif) | | | Fecha de Ingreso: abril-2009 Ubicación: localhost
Mensajes: 629
Antigüedad: 15 años, 10 meses Puntos: 19 | |
Respuesta: ayuda con sintaxis $textfield = $_POST['textfield'];
echo "Su nombre es: ";
if ($_POST['textfield']=="")
{
echo "debes completar tu nombre";
}
else
{
echo $textfield;
} |