example1.php
include_once("XML/sql2xml.php");
$sql2xmlclass = new xml_sql2xml("mysql://username:password@localhost/xmltest");
$xmlstring = $sql2xmlclass->getxml("select * from bands");
?>
http://www.bkjia.com/PHPjc/314081.htmlwww.bkjia.comtruehttp://www.bkjia.com/PHPjc/314081.htmlTechArticleexample1.php ?php include_once("XML/sql2xml.php"); $sql2xmlclass = new xml_sql2xml("mysql://username:password@localhost/xmltest"); $xmlstring = $sql2xmlclass-getxml("select * from...