cmp Posted November 8, 2012 Share Posted November 8, 2012 hello everybody I am going to create a wiki site which allows users to edit some text using wiki syntax. examples: [[www.phpfreaks.com]] when saved it will appear as a link www.phpfreaks.com. ' ' ' bold ' ' ' will appear as bold and so on. I am not sure how to display ' ' ' bold ' ' ' as bold when it is retrieved from database how could the wiki knows everything between [[ ]] should be a link and displayed as a link. any help would be greatly appreciated. Link to comment https://forums.phpfreaks.com/topic/270451-using-php-how-to-store-wiki-syntax-in-mysql/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.