Home > php教程 > php手册 > body text

example2.php

WBOY
Release: 2016-06-21 09:09:35
Original
917 people have browsed it

example2.php
include_once("XML/sql2xml.php");
$sql2xmlclass = new xml_sql2xml("mysql://username:password@localhost/xmltest");
$xmlstring = $sql2xmlclass->getxml("select * from bands left join albums on bands.id = bandsID");
?>


输出结果
$xmlstring = '

    
        
            
                1
                The Blabbers
                1998
                London
                Rock'n'Roll
                
                    1
                    1
                    BlaBla
                    1998
                    Their first one
                

                
                    2
                    1
                    More Talks
                    2000
                    The second one
                

            

            
                2
                Only Stupids
                1997
                New York
                Hip Hop
                
                    3
                    2
                    All your base...
                    1999
                    The Classic
                

            

        

    


'



Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template