Initial Commit
This commit is contained in:
9
database/contrib/sql2xml.php
Normal file
9
database/contrib/sql2xml.php
Normal file
@@ -0,0 +1,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;
|
||||
?>
|
||||
Reference in New Issue
Block a user