SyntaxFix
Write A Post
Hire A Developer
Questions
Try to clean the HTML first using this function:
$html = htmlspecialchars($html);
Special chars are usually represented differently in HTML and it might be confusing for the compiler. Like & becomes &.
&
&