php - how to save data in database from wmd editor -


i saving content textarea saving plane text in database not shown in preview how store data shown in preview

//in form; <textarea id="wmd-input" class="wmd-panel" name="content" ></textarea>  //in database $content =  $_post["content"] ; 

you can markdown.php need download , include markdown.php ,

you need do

$my_html=  markdown($content); 

and store $my_html database work


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -