Hi
I have a problem when fetching data into a string from a database like ...
<h1>BUY CHEAP PINE WITH FREE DELIVERY</h1>
<br> <a href="#" id="example-show" class="showLink" onclick="showHide('example');return false;">
See more on Pine at my site</a>
when i try to INSERT it back into the database it errors i assume with the html, quotes etc in the resulting string
is there a way i can preserve the html etc in the string & insert it back into a database ?