Error opening XML file in PHP with UTF-8

jepot

New Member
In my page, I try to open some xml files:\[code\]$xml = simplexml_load_file("users/" .$f->name."/data.xml");\[/code\]The problem is that \[code\]$f->name\[/code\] can include characters as vowels with accents, and because of that there
 
Back
Top