Refresh at end of PHP script

Associate
Joined
1 May 2006
Posts
810
Location
Bristol, UK
Afternoon all.

I have a PHP script which, after being run, requires the page to be refreshed to show updated data.
I've tried using the Header PHP function but because I'm using PHP Includes for the pages the header data loads before the script gets a chance to run.
JavaScript seems to be the best option but everything I've tried so far just puts the page into an endless refreshing loop!

Ideas?
Cheers.
 
Back
Top Bottom