现在的位置: 首页 > 综合 > 正文

example1.php

2012年02月13日 ⁄ 综合 ⁄ 共 180字 ⁄ 字号 评论关闭


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

抱歉!评论已关闭.