What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » auto reload code?

auto reload code?
Author: Message:
Dempsey
Scripting Contest Winner
*****

Avatar
http://AdamDempsey.net

Posts: 2395
Reputation: 53
38 / Male / Flag
Joined: Jul 2003
RE: auto reload code?
quote:
Originally posted by php.net
code:
<?php
// Date in the past
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");

// always modified
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");

// HTTP/1.1
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);

// HTTP/1.0
header("Pragma: no-cache");
?>

SoundPacks   -   Scripts   -   Skins

that's not a bug, thats an unexpected feature
05-26-2005 08:25 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
auto reload code? - by King For A Day on 05-26-2005 at 08:18 PM
RE: auto reload code? - by Veggie on 05-26-2005 at 08:23 PM
RE: auto reload code? - by Dempsey on 05-26-2005 at 08:25 PM
RE: auto reload code? - by King For A Day on 05-26-2005 at 08:26 PM
RE: auto reload code? - by CookieRevised on 05-26-2005 at 08:33 PM
RE: auto reload code? - by Jhrono on 05-26-2005 at 08:58 PM
RE: auto reload code? - by King For A Day on 05-26-2005 at 10:16 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On