Results 1 to 4 of 4

Thread: bbcode parser

  1. #1
    Join Date
    Jun 2007
    Posts
    543
    Thanks
    3
    Thanked 78 Times in 78 Posts
    Blog Entries
    1

    Default bbcode parser

    I have made a simple php bbcode parser that recognizes
    Code:
    [ b ],[ i ], [ u ], [ url ], [ url= ], [ align= ], [ img ], [ img= ], [ email ], [ email= ], [ font= ], [ size= ], [ color= ], [ quote ], [ code ], [ php ]
    (without the spaces)
    The function returns a value so use:
    PHP Code:
    $var=bbcode_format($text); 
    Demo: http://masterproject.freehostia.com/bbcode/bbcode.php
    Code: http://masterproject.freehostia.com/bbcode/parser.txt
    Last edited by Master_script_maker; 01-01-2008 at 05:56 PM.
    [Jasme Library (Javascript Motion Effects)] My Site
    /\/\@§†ê® §©®¡þ† /\/\@|{ê®
    There are 10 kinds of people in the world, those that understand binary and those that don't.

  2. #2
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Very nice. And regex. Beats mine by far.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  3. #3
    Join Date
    Sep 2006
    Location
    St. George, UT
    Posts
    2,769
    Thanks
    3
    Thanked 157 Times in 155 Posts

    Default

    you may want to add something in there to parse newlines. Something like nl2br would work, but you could also parse it yourself. Overall, very nice script.

    Hope this helps.
    "Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
    TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design

  4. #4
    Join Date
    Jun 2007
    Posts
    543
    Thanks
    3
    Thanked 78 Times in 78 Posts
    Blog Entries
    1

    Default

    thanks, i added nl2br.
    [Jasme Library (Javascript Motion Effects)] My Site
    /\/\@§†ê® §©®¡þ† /\/\@|{ê®
    There are 10 kinds of people in the world, those that understand binary and those that don't.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •