Hello all, On my main site we allow users to create blogs, post comments and more. I want to add the ability for people to sign up for a specific users blog feed. Without creating an individual feed for each user I'd like to create the xml dynamically. I am not sure how to approach this problem. Could I just create a php file that sends out xml headers so that something like this will work? example.com/feeds/blogs.php?u=matt Please guide me! Thank you in advance. UPDATE - Solved just by sending out the correct header. Thanks Google!