Create Dynamic XML With PHP’s DOMDocument Class and Use It In Your Flash App

I was reading up on PHP’s DOMDocument Class recently and it’s really handly if you want to dynamically create HTML or XML files from PHP.

One practical application would be to create…