View Single Post
Old October 3rd, 2005, 11:16 AM   #4 (permalink)
Chuck S
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,056
well it shouldn't be an issue

How is it stored in the database?

I tried this test file and it is still displayed as you typed

<?php
$str = "whitelighting'02";

echo htmlentities($str);

echo "<br />";

echo htmlentities($str, ENT_QUOTES);
?>
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.

Last edited by Chuck S; October 3rd, 2005 at 11:26 AM.
Chuck S is offline   Reply With Quote