example1.php
时间:2021-02-06 10:04:24|栏目:PHP代码|点击: 次
example1.php
<?php
include_once("XML/sql2xml.php");
$sql2xmlclass = new xml_sql2xml("mysql://username:password@localhost/xmltest");
$xmlstring = $sql2xmlclass->getxml("select * from bands");
?>
上一篇:php验证码生成代码
栏 目:PHP代码
下一篇:php实现在新浪云中使用imagick生成缩略图并上传的方法
本文标题:example1.php
本文地址:http://www.codeinn.net/misctech/57875.html






