[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
0xampp
/
contrib
/
[
Home
]
File: sql2xml.php
<?php include_once("XML/sql2xml.php"); $sql2xml = new xml_sql2xml("mysql://root@localhost/cdcol"); $xml = $sql2xml->getxml("select * from cds"); header("Content-Type: text/xml;"); echo $xml; ?>