Ver Mensaje Individual
  #5 (permalink)  
Antiguo 28/01/2007, 11:12
Avatar de juaniquillo
juaniquillo
Colaborador
 
Fecha de Ingreso: noviembre-2005
Ubicación: San Juan, Puerto Rico
Mensajes: 5.745
Antigüedad: 18 años, 5 meses
Puntos: 281
Re: Etiquetas BBcode

gracias jam1138
Se me olvido decir algo sobre la funcion. Es una funcion que alguien ofrecia gratuitamente en hotscripts. Esta es la informacion que trae:

Código:
/************************************************/
/*    BBCode v1.0a                              */
/*    Date: 03/2003                             */
/*                                              */
/* A simple and effective script that           */
/* allows you to implement bbcode type          */
/* behaviour on your php website.               */
/*                                              */
/* Contact: [email protected]                 */
/* feel free to contact me for support if you   */
/* need help                                    */
/*                                              */
/* Usage:                                       */
/*                                              */
/* Put the following line at the top of         */
/* the page you want to have the bbocde         */
/* in...(assumes both pages are in the          */
/* folder                                       */
/*                                              */
/* include("bbCode.php");                       */
/*                                              */
/* Pass the text to the function:               */
/*                                              */
/* $mytext = BBCode("This is my BBCODE");       */
/* or                                           */
/* $mytext = "This is my text";                 */
/* $mytext = BBCode($mytext);                   */
/*                                              */
/* echo $mytext;                                */
/*                                              */
/************************************************/
__________________
Por fin.. tengo algo parecido a un blog
Y por lo visto ya estoy escribiendo...