|
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);
?>
Last edited by Chuck S; October 3rd, 2005 at 11:26 AM.
|