bemax Posted August 22, 2008 Share Posted August 22, 2008 I have an login system. Now I want the user to have the possibility to format the text before sending to database as he want. Something like what I have here where I sending this message. Example: Something like what I have here where I sending this message How can I do it in php? Link to comment https://forums.phpfreaks.com/topic/120821-how-to-in/ Share on other sites More sharing options...
JasonLewis Posted August 22, 2008 Share Posted August 22, 2008 Google "php bbcode". You should turn up a lot of results. Basically what you're after though is a BBCode parser. Usually you format it when retrieving it from the database. Link to comment https://forums.phpfreaks.com/topic/120821-how-to-in/#findComment-622798 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.