Forum Replies Created

Viewing 1 replies (of 1 total)
  • I’m having the same problem.

    I do put [/p][p] WITHIN my string and it will work. But something like this below DOES NOT WORK!

    echo “[p]”;
    echo $original;
    echo “[/p]”;

    even trying this does not work.
    echo “<p>”;
    echo $original;
    echo “</p>”;

    FINALLY got it to work by doing this ( with &lt and &gt but the code below does not output correctly here on www.remarpro.com

    echo "<p>";
    echo $original;
    echo "</p>";

Viewing 1 replies (of 1 total)