Hola muy buenas, a ver si me podeis echar una mano.
Tengo el siguiente codigo fuente y os muestro el error que me da Apache.
Código:
<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>
Apache me da la siguiente excepción:
[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.