Hi!
I am retrieving an html document from a MySQL db through PHP, and it has semi-colons in the style tags like this
style="background-color:black;display:block"
I've had issues with the quotes, and escaped them with slashes however I can't do the same with a semi-colon. Is there any way to escape this?
Thanks for any help!