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.