Tema
:
Existe script para convertir código html ... ?
Ver Mensaje Individual
#
2
(
permalink
)
10/03/2007, 22:18
xyyy7
Fecha de Ingreso: enero-2004
Ubicación: Maracay.-
Mensajes: 637
Antigüedad: 21 años
Puntos: 5
Re: Existe script para convertir código html ... ?
Claro que si.-
Puedes usar la funcion
htmlentities()
;
Código PHP:
$html
=
"
<html>
<head>
</head>
<body>
</body>
</html>"
;
echo
htmlentities
(
$html
);
Saludos.-
__________________
Maracay Edo Aragua - Venezuela :
Mi Favorita :
http://www.MySQL.Com
xyyy7
Ver Perfil
¡Visita mi Sitio!
Buscar todos los Mensajes de xyyy7