php xml eacute error
php, xml
Solution
`É` is a valid HTML entity, but not a valid XML entity (unless you define it).
Use `htmlspecialchars` instead.
Make sure your XML document defines the correct charset, too.
Problem
please help me here.i got this error ``` <Name>secret CAKES & CAFÉ imited</Name> XML Parsing Error: undefined entity Location: http://localhost/xml.php ``` in my php ``` htmlentities($row['companys'],ENT_QUOTES) ```