I have a problem with xml in php… when I say echo $meta2->nodeValue; It shows Address but when I say if ($meta2->nodeValue=="Address"){echo $meta2->nodeValue;} it does not show anything… Any ideas? nodeType=1
I have a problem with xml in php… when I say echo $meta2->nodeValue; It
Share
You should trim the value to be sure to avoid all non-visible character: