mysql - Getting output with html tag -


in mysql db have stored few data

 name 
or
surname
etc. want them bold , italic while viewed in html page. whenever fetching data database shows literally. no html tags being processed. have tried every datatype blob. have tried changing utf unicode. nothing solves problem. please help.

without seeing code being used it's hard if you're using php interface database think strip_tags being used sanitize data either when it's stored or retrieved database.

as result of no html tags may stored in data remain when output document.


Comments