Ver Mensaje Individual
  #2 (permalink)  
Antiguo 27/12/2005, 13:05
sergiold
 
Fecha de Ingreso: octubre-2004
Mensajes: 751
Antigüedad: 19 años, 5 meses
Puntos: 4
Creo que lo siguiente te funcionaria:

Código PHP:
<?
$codigo 
"<table><tr><td>Una tabla</td></tr></table>";
echo 
htmlentities($codigo);
?>
Sino existe la función show_source() para más información:

www.php.net/show_source

Saludos,
__________________
sergiold