I'm searching for a way to reload a page when the page itself was loaded completely.
Here's what I need this for:
1st call of the script (using webbrowser to open the PHP script) will make some parsing of content from database
when PHP script is finished the script should be called again (by reloading the website), PHP script will select new data from database and parse this data and so on...
I know this is a 'quick&dirty' solution, but it fits the needs for me.