J jepot New Member Dec 4, 2012 #1 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
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