Cato,

Cato Larsen wrote:
> str_replace("'","&quot",$appearance)

don't forget that the correct html entity for ' is " so let that line be

str_replace("'",""",$appearance)

Markus Bertheau

Cenes Data GmbH


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to