What is the way to generate XML from MySql database using PHP?
Is DOMXML the only way? I dont have it installed on my server, can i still get XML output?
I know the workaround like i query the database and echo a XML, but i am looking for alternatives.
Do it this way. It's easy and less memory consuming.
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php