Hello,
I have a php script wich output is an XML file. I would like the browser to automaticaly reload the page every 60 seconds in order to update the content without any user action.
I tried to use the header("Refresh: 60"); function as i knew it was working well with HTML output, but it doesn't seem to work with XML.
I've also tried some server-push samples but they don't seem to work on IE browsers...
Does anyone have any solution to my problem?