php-windows Digest 7 May 2007 01:32:32 -0000 Issue 3218

Topics (messages 27826 through 27827):

Re: Reload/refresh web page
        27826 by: Alf Stockton
        27827 by: bedul

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [EMAIL PROTECTED]


----------------------------------------------------------------------
--- Begin Message ---
Thank you all for your suggestions and help.
I have decided, as the pages are all created in PHP, to go with URL?Diva=rand() or URL?UID=<?php echo $intID ?>&Diva=rand() and it seems to work. Let us now see how idiot proof it is and give it to the users and see if God has made a better idiot.

--
Regards,
Alf Stockton            www.stockton.co.za

Your sister swims out to meet troop ships.
My email disclaimer is available at www.stockton.co.za/disclaimer.html

--- End Message ---
--- Begin Message ---
use this

<meta http-equiv="refresh" content="20; url=index2.php?1178501428">
<meta name="responder" content="[EMAIL PROTECTED]">

20 mean 20 sec will reload it self
index2.php change into your page name (index.php)
the next meta u must include.. or not?

----- Original Message ----- 
From: "Alf Stockton" <[EMAIL PROTECTED]>
To: "php windows" <[EMAIL PROTECTED]>
Sent: Friday, May 04, 2007 3:51 PM
Subject: [PHP-WIN] 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
> 

--- End Message ---

Reply via email to