Convert XML node value into string
Posted: Mon Jul 12, 2010 5:50 am
HI
I need to convert xml node value into string. I am using
$file = file_get_contents("test.xml");
But i am getting whole xml file into string. I want only particular node value into string..
Thanks in advance
I need to convert xml node value into string. I am using
$file = file_get_contents("test.xml");
But i am getting whole xml file into string. I want only particular node value into string..
Thanks in advance