File "sql2xml.php"

Full path: E:/sites/Single15/tinmung2007/webroot/XAMMP/contrib/sql2xml.php
File size: 211 B
MIME-type:
Charset: utf-8

Download   Open   Back

<?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;
?>

PHP File Manager