Simple cms editor which recognize the tags <br> <p> <strong> ?

Discussion in 'PHP' started by 123GoToAndPlay, Apr 24, 2009.

  1. #1
    Hi all,

    I am building a simple text based cms where the .txt looks like
    title|bodyContent like
    
    this is a title|<h1>Test</h1>This would be some body text<br/>Jus a <strong>simple</strong> example
    
    Code (markup):
    I am able to fopen, fwrite the changes but i like to make it a bit more WYSIWYG. I like the bodyContent displayed as html and edit in html mode.

    any tips
     
    123GoToAndPlay, Apr 24, 2009 IP
  2. crivion

    crivion Notable Member

    Messages:
    1,669
    Likes Received:
    45
    Best Answers:
    0
    Trophy Points:
    210
    Digital Goods:
    3
    #2
    crivion, Apr 24, 2009 IP