One of the fields in our PHP page is a description – occasionally there are website links included. However, when pulling this data from the database table the links remain non-clickable. How can I parse text from database table as HTML in final rendered PHP page? Thanks!
Share
Do you mean something like this?
[Edit]
Server-side you could transform the orginal text ($det[9]) like this (based on this SO question):
[Edit: merged the original code from your comment]
[Edit: fixed typo]