Search:

Type: Posts; User: jverkoey

Search: Search took 0.04 seconds.

  1. Replies
    9
    Views
    4,743

    Oh, so you did see what I was talking about...

    Oh, so you did see what I was talking about then....

    I spent about an hour trying to figure it out, I thought PHP was modifying my code for some reason and it was really starting to freak me out...
  2. Replies
    9
    Views
    4,743

    nonono Do that same code, but but some text...

    nonono

    Do that same code, but but some text before and after it like so:



    <?php

    echo 'blah<span style="color: red;">orblah';
  3. Replies
    9
    Views
    4,743

    OK....now this is just plain weird, every time I...

    OK....now this is just plain weird, every time I try and even do:



    print("<span style=\"test\">");


    It reformats the resulting html to be:

    <span style="">
  4. Replies
    9
    Views
    4,743

    Another question....Now I'm trying to use a...

    Another question....Now I'm trying to use a different tag and it's acting really...err....weird....

    If I use this code:


    $text =...
  5. Replies
    9
    Views
    4,743

    =blue] -edit- Ahah, that did work though,...

    =blue]


    -edit-
    Ahah, that did work though, thanks salem
  6. Replies
    9
    Views
    4,743

    Regular expressions

    I'm stumped working with regular expressions in php...I'm trying to convert the following:

    [color=blue]

    to:

    <font color="blue">


    and I've tried doing this in php:
Results 1 to 6 of 6