Prev: Is there a good way to extract the <embed>/<object> content in HTML with/without closing tag?
Next: Zend_Soap_Client --HOw to pass what function to call from wsdl
From: shahrzad khorrami on 24 May 2010 03:09 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 24 May 2010 05:14
by using of ' simplexml_load_string' instead of file, I solved my problem :) thanks |