Posted by amagondes on 11/18/66 11:43
Like Jon said just print the xml. Here is an example: <?php header("Content-Type: text/xml"); echo "<?xml version=\"1.0\" ?>\n"; print "<response>\n"; print " <test>This is a test</test>\n"; print "</response>\n"; ?> That way you can populate the content on the fly from a db or whatever.
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming