Well,
I have a php script that generates a file called rss.xml
in that rss.xml it contains the latest posts.
Now I have to cronjob every 10min that php script to update the rss.xml file.
Can't it be done like rss.php so that everything is in one file but that the output on rss.php is just xml.
This way it would be possible that the rss reader updates the file and not the cronjob.
Do you understand me?
Just want to know if this is possible and if this is done normally