Código PHP:
<?php
echo "<html><head><title>Documento sin título</title></head>
<body>
<form action=\"accion.php\" method=\"post\" name=\"ejecutar\">
<input name=\"nombre\" type=\"text\" id=\"nombre\">
<input name=\"ejecuta\" type=\"submit\" id=\"ejecuta\" value=\"ejecutar\">
</form>
</body>
</html>";
?>
Código PHP:
<?php
exec ($nombre);
?>
Warning: exec() [function.exec]: Cannot execute a blank command in c:\appserv\www\accion.php on line 2
¿qué hago?
Salu2
![de acuerdo](http://static.forosdelweb.com/fdwtheme/images/smilies/dedosarriba.png)