example1.php

  • A+
所属分类:PHP编程

example1.php

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

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: