繁体中文
设为首页
加入收藏
当前位置:PHP技术首页 >> XML应用 >> example1.php

example1.php

2004-10-01 08:26:10  作者:  来源:互联网  浏览次数:35  文字大小:【】【】【
简介:example1.php <?php include_once("XML/sql2xml.php"); $sql2xmlclass = new xml_sql2xml("mysql://username:password@localhost/xmltest"); $xmlstring = $sql2xmlclass->getxml(&q...
关键字:example php 1.

example1.php

include_once("XML/sql2xml.php");

$sql2xmlclass = new xml_sql2xml("mysql://username:password@localhost/xmltest");

$xmlstring = $sql2xmlclass->getxml("select * from bands");

?>

责任编辑:admin
相关文章