Mercurial > hg > extraction-interface
view _xampp/contrib/sql2xml.php @ 4:883ad980a43b
add dynasty column to table books
author | Zoe Hong <zhong@mpiwg-berlin.mpg.de> |
---|---|
date | Tue, 27 Jan 2015 16:40:30 +0100 |
parents | b12c99b7c3f0 |
children |
line wrap: on
line source
<?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; ?>