carlos - 2010-09-22 07:31:45
Hi, this class works fine.
Question, at class.mysql_xml.php"
$xml_file = fopen($filename, "w" );
$this->xml->write_file_handle( $xml_file );
How can I echo the xml_file to the client? instead of writing it to a file.
say for example:
echo $this->xml->showXML();
it same with DOMDocument::saveXML where it dumps the internal XML tree back into a string
Thanks,