I have XML with a node called 'e-mail'. I use simplexml_load_file to read the file, but when I want to get the value of a string using $ row-> e-mail, I only get 0 back.
What is wrong here, all the other names work fine, so I think this has something to do with mail.
Tnx
source
share