example2.php
<?php
include_once(“XML/sql2xml.php”);
$sql2xmlclass = new xml_sql2xml(“mysql://username:password@localhost/xmltest”);
$xmlstring = $sql2xmlclass->getxml(“select * from bands left join albums on bands.id = bandsID”);
?>BlaBla
1998
Their first one
2
1
More Talks
2000
The second one
来源gaodai#ma#com搞@代~码网
2
Only Stupids
1997
New York
Hip Hop
3
2
All your base…
1999
The Classic
<?php
include_once(“XML/sql2xml.php”);
$sql2xmlclass = new xml_sql2xml(“mysql://username:password@localhost/xmltest”);
$xmlstring = $sql2xmlclass->getxml(“select * from bands left join albums on bands.id = bandsID”);
?>
输出结果
$xmlstring = ‘
1
The Blabbers
1998
London
Rock’n’Roll
1
1
1998
Their first one
2
1
2000
The second one
来源gaodai#ma#com搞@代~码网
2
Only Stupids
1997
New York
Hip Hop
3
2
1999
The Classic
‘
以上就是example2.php的详细内容,更多请关注gaodaima搞代码网其它相关文章!