Hi Ted,
http://www.php.net/manual/en/function.htmlspecialchars.php
Bullet two, which currently reads:
'"' (double quote) becomes '"' when ENT_NOQUOTES is not set.
should probably read:
'"' (double quote) becomes '"' when ENT_COMPAT (the default) or
ENT_QUOTES is set.
or maybe (but leaves room
http://www.php.net/manual/en/function.htmlspecialchars.php
Bullet two, which currently reads:
'"' (double quote) becomes '"' when ENT_NOQUOTES is not set.
should probably read:
'"' (double quote) becomes '"' when ENT_COMPAT (the default) or
ENT_QUOTES is set.
or maybe (but leaves room for conf