From: shahrzad khorrami on
hi all,

$results is a xml format string,
I want to get this string as a real xml file
$nodes = simplexml_load_file($results);
but $nodes is empty array...
how can I do that?
nodes must be an object contains xml


Thanks,
Shahrzad Khorrami
From: shahrzad khorrami on
by using of ' simplexml_load_string' instead of file, I solved my problem :)
thanks