Here is the page where the problem exists:
http://www.oil-testimonials.com/newV...ls.php?tID=705
Here is the code that I am currently using to make the text presentable:
PHP Code:$testimonialText = ereg_replace(10,"<br />",$testimonialText);$testimonialText = ereg_replace(34,"'",$testimonialText);
$testimonialText = htmlentities($testimonialText, ENT_QUOTES);
Can someone point out what I'm missing? The apostrophe used in the testimonial is displayed as a little icon.
Thank you!



Reply With Quote


Bookmarks