Hello,
For my comment feature on my site, I save html code to a database. I want to set the background color of a table within that code, but when I save
<table bgcolor="55555">
or something similar to the database via php, the computer gets confused and thinkgs that bgcolor is a php variable, and gives the unexpected T_STRING error. How can I fix this?
Tags: