'How to render HTML tag to php using fpdf
How to render html on my FPDF file? the content always showing strings with HTML tags for example if I input like this
the output will be like this
I tried strip_tags() like below to output the content without tags but the HTML shows no effect/rendering.
strip_tags($item['output'])
What can you suggest me to use?
Solution 1:[1]
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | sezer iltekin |


