Jump to content

Display formatted text from mysql


wendyz

Recommended Posts

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

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.