当前位置:Gxlcms > PHP基础 > example1.php

example1.php

时间:2021-07-01 10:21:17 帮助过:37人阅读


example1.php
<?php
include_once("XML/sql2xml.php");
$sql2xmlclass = new xml_sql2xml("mysql://username:password@localhost/xmltest");
$xmlstring = $sql2xmlclass->getxml("select * from bands");
?>

人气教程排行