Tengo el siguiente codigo fuente y os muestro el error que me da Apache.
Código:
Apache me da la siguiente excepción:<html> <head> <title>Ejemplo de Formulario en PHP</title> </head> <body> <form action="<?php echo (btmlentities ($_SERVER['PHP_SELF'])) ?>" method="GET"> <label> Buscar: <input type="text" name="search" /> </label> <input type="submit" value="OK" /> </form> </body> </html>
[Fri Nov 28 10:44:57 2008] [error] [client 127.0.0.1] PHP Fatal error: Call to undefined function btmlentities() in C:\\Web\\php\\Formulario.php on line 9
Muchas Gracias.