Can we ask why you need a reload every time? Maybe there's a better approach? But, if you need to reload the first time someone hit's a page, add a querystring value to the url and track it. If the value isn't there ( if(!isset($_GET['reload'])){// do a reload} ), then do a header: location call. Otherwise, it's the second time to the page, so let it load... -----Original Message----- From: Alf Stockton [mailto:alf@xxxxxxxxxxxxxx] Sent: Friday, May 04, 2007 3:51 AM To: php windows Subject: Reload/refresh web page I need to add some coding to a web page that forces a reload from the server every time the page loads, no matter where the user came from. I already have the following meta tags but that does not do what is required. <meta http-equiv="cache-control" content="no-cache"> <meta http-equiv="expires" content="Mon, 22 Jul 2000 11:12:01 GMT" I also cannot use the full URL, as has been recommendedon the web, as these pages could be at various of my users branches and they could well have their own URLs. ie No standard URL available. My first thought was to add refresh within a onload but this would be daft as one would end up in a permanent loop. Please make suggestions. -- Regards, Alf Stockton www.stockton.co.za Cold hands, no gloves. My email disclaimer is available at www.stockton.co.za/disclaimer.html -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php