Ver Mensaje Individual
  #3 (permalink)  
Antiguo 18/02/2004, 19:27
Avatar de Gerald
Gerald
 
Fecha de Ingreso: julio-2003
Mensajes: 1.356
Antigüedad: 20 años, 9 meses
Puntos: 2
Código PHP:
  function source_highlight($string$line=0){  
   
$linecount substr_count($string"\n") + 1;
   
$string highlight_string($stringtrue);  
   
$ret '<table bgcolor="#BBDD83" cellspacing="0" width="100%" border="0" cellpadding="2"><tr valign="top"><td bgcolor="#7C9B6D" width="0" align="right"><code>';
   for(
$i=1$i<=$linecount$i++) $ret .= "$i\n";
   
$ret .= '</code></td><td nowrap>' $string '</td></tr></table>';
   return 
$ret;
  } 
Como implementaria esto a un Foro

tienen idea de como es el que funciona aqui en este foro?
__________________
Solo por Hoy: Trataré de fortalecer mi mente. Estudiaré y aprenderé algo útil
Hoteldipity
Arte Caracol