C:\xampp\contrib\sql2xml.php


1
2
3
4
5
6
7
8
9
<?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;
?>
x

Windows NT KPTV 6.2 build 9200 (Windows Server 2012 Datacenter Edition) i586