wendyz Posted March 18, 2009 Share Posted March 18, 2009 I use HTML to create message textbox, it allows user type message with some options ,,[link]..., example, if user type message like "Please go to: [link]www.ezbridgesmart.com[/link]", and then it will be stored into mysql database, and display on screen like Please go to: www.ezbridgesmart.com. it's the same like this message text box, some options on the top of option bar. How to write PHP code and mysql code and let them work? Link to comment https://forums.phpfreaks.com/topic/150014-display-formatted-text-from-mysql/ Share on other sites More sharing options...
seaweed Posted March 18, 2009 Share Posted March 18, 2009 wat? Link to comment https://forums.phpfreaks.com/topic/150014-display-formatted-text-from-mysql/#findComment-787844 Share on other sites More sharing options...
wendyz Posted March 18, 2009 Author Share Posted March 18, 2009 Sorry it mess up. My point is if I type a link in message box, then it will display the link can be access. how to do it using PHP and mysql Link to comment https://forums.phpfreaks.com/topic/150014-display-formatted-text-from-mysql/#findComment-787893 Share on other sites More sharing options...
wendyz Posted March 18, 2009 Author Share Posted March 18, 2009 I have a website that it's similar with forum which allow user submit any question to website. when use type in question, there is <b>tag, <i>tag, <u>tag and <quote>tag can be used in textbox. But after submit, those tags don't work, it still display like <b>hello</b>. How to let it work. Link to comment https://forums.phpfreaks.com/topic/150014-display-formatted-text-from-mysql/#findComment-788026 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.