This is more of an XML/PHP question. I've got a site where thousands of users add comments. I want them each to have an XML feed of their own comments. However I would like to do this dynamically so that I don't have thousands of xml files sitting on my server.
I have a shared hosting account so I don't have access to root, conf, php.ini etc... What I would like to do is be able to set up feeds like this: http://domain.com/rss/USERNAME. Where any folder inside the rrs directory acts as the username that determines which feed to pull.
I just can't figure out how to use the name of the folders inside the rss directory as the variable. Any thoughts?
Or are there any other way to generate XML feeds dynamically?
Thanks,
Dave Martin