| Posted by Chris Boget on 03/25/05 17:37 
If you use the mysql command line tool, you can passthe -X parameter so that all results will be returned in
 XML format.  Is there an easy way to do that in PHP
 using the native mysql_*() functions w/o having to
 manually generate the XML using the result set?  Or
 does anyone know if this is possible using PEAR?  I
 looked at the PEAR docs and it doesn't seem to be
 possible but I could have missed something.
 
 thnx,
 Chris
 [Back to original message] |