example1.php
include_once("XML/sql2xml.php");
$sql2xmlclass = new xml_sql2xml("mysql://username:password@localhost/xmltest");
$xmlstring = $sql2xmlclass-> ;getxml("バンドから * を選択");
?>
http://www.bkjia.com/PHPjc/314081.htmlwww.bkjia.comtruehttp://www.bkjia.com/PHPjc/314081.html技術記事 example1.php ?php include_once("XML/sql2xml.php"); $sql2xmlclass = new xml_sql2xml("mysql://ユーザー名:パスワード@localhost/xmltest"); $xmlstring = $sql2xmlclass-getxml("select * from...