example2.php
include_once("XML/sql2xml.php");
$sql2xmlclass = new xml_sql2xml("mysql://用戶名:密碼@localhost/xmltest");
$xmlstring = $sql2xmlclass->getxml("select * from Bands left join albums on Bands.id = BandID");
?>
輸出結果
$xmlstring = '
The Blabbers 名字>
搖滾樂
🎜> 1998年>
; 2000年>
row>2
只有傻瓜名>
地& gt;
所有你的基礎...標題>
1999年> 線>
結果>
'
http://www.bkjia.com/PHPjc/314315.html