Forum FAQForum FAQSearchSearch MemberlistMemberlist Forum ignore listForum ignore list RegisterRegister ProfileProfile Log in to check your private messagesLog in to check your private messages Log inLog in
refresh page php

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    mi3dot.org Forum Index -> Server-side
View previous topic :: View next topic  
Author Message
jojo



Joined: 27 Jan 2005
Posts: 1591
Location: insula aurea

PostPosted: 21.12.2006 10:33    Post subject: refresh page php Add user to your forum ignore list Reply with quote

kako da mi se admin stranice refreshaju kod svakog loada - recimo kad unesem vijest on ju ne vidi neko vrijeme bez ctrl+F5.
kako inače po defaultu funkcionira taj refresh na stranicama na kojima su vijesti? mislim na lokalni cache u browseru.

Last edited by jojo on 21.12.2006 12:35; edited 1 time in total

_________________
deviant / malomorgen / videoholik / cimer fraj
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
retro_one



Joined: 16 Sep 2003
Posts: 880
Location: DUBRAVA.

PostPosted: 21.12.2006 10:59    Post subject: Add user to your forum ignore list Reply with quote

saljes mu no-cache headere

Code:
<?php
header("Cache-Control: no-cache, must-revalidate"); // HTTP/1.1
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); // Date in the past
?>


http://hr.php.net/header

_________________
Just your average eccentric programmer.
Back to top
View user's profile Send private message
jojo



Joined: 27 Jan 2005
Posts: 1591
Location: insula aurea

PostPosted: 21.12.2006 11:15    Post subject: Add user to your forum ignore list Reply with quote

thx, pretpostavljala sam da se radi o headeru
može li mi netko objasniti ovaj drugi redak, zašto on treba?

_________________
deviant / malomorgen / videoholik / cimer fraj
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
Sulien



Joined: 04 Jan 2004
Posts: 2905
Location: Zagreb

PostPosted: 21.12.2006 12:21    Post subject: Add user to your forum ignore list Reply with quote

On je za svaki slučaj, jer drugačiji user agents poštuju različite headere
Back to top
View user's profile Send private message Send e-mail Visit poster's website
jojo



Joined: 27 Jan 2005
Posts: 1591
Location: insula aurea

PostPosted: 21.12.2006 12:33    Post subject: Add user to your forum ignore list Reply with quote

addesso capire Cool . hvala

_________________
deviant / malomorgen / videoholik / cimer fraj
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    mi3dot.org Forum Index -> Server-side All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group