Jump to content

Jezdo

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Posts posted by Jezdo

  1. HELP PEOPLE!
    Hi everyone. I have next BBCode:
    [CODE]
            $PHPCodeLayout = '<table width="90%" border="0" align="center" cellpadding="0" cellspacing="0" background="images/code.jpg">
                                    <tr>
                                        <td><span class="quotecodeheader style1">PHP kod: </span></td>
                                    </tr>
                                    <tr>
                                        <td background="images/code.jpg">'.
    highlight_string(stripslashes('$1'), true).'</td>
                                    </tr>
                              </table>';
                // Check for [code=php:0] text

                $Text = preg_replace("/\[php\](.+?)\[\/php\]/is","$PHPCodeLayout", $Text);
    [/CODE]
    So, what is the problem?
    [url=http://skripte.jezdo.net/tutoriali/pogledaj.php?cat=php&id=7]http://skripte.jezdo.net/tutoriali/pogledaj.php?cat=php&id=7[/url]
    It doesn't highlight the sintax. :(
    Please, can you help me? I searched for help everywhere but I didn't find it - you are my last hope.
    Thanks!
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.