Your welcome,
I am glad that it works and is doing what your after.
> To: php-general@lists.php.net
> From: jim.gi...@albanyhandball.com
> Date: Thu, 28 Apr 2011 09:19:58 -0400
> Subject: Re: [PHP] refreshing pages in the cache
>
> Yes
Yes - that seems to be the trick! Thank you very much for your tip AND
your patience. :)
You've made an old programmer's day!
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
You don't want to echo it as it isn't something that is going to HTML. it is
native PHP. the correct command should be
See how this goes.
> To: php-general@lists.php.net
> From: jim.gi...@albanyhandball.com
> Date: Wed, 27 Apr 2011 22:12:23 -0400
> Subject: Re: [PHP] r
Must be doing something wrong. Besides not helping my pages to re-build, it
actually ruins the presentation of a couple of my pages, even tho they are
all using the exact same includes with only some dummy content in one div
different than all the other pages.
I added this line to my existing
e: Wed, 27 Apr 2011 21:52:57 -0400
> Subject: Re: [PHP] refreshing pages in the cache
>
> So - it's not an html attribute - it's a PHP command that precedes ALL my
> html headers?
>
> "Ross Hansen" wroteYou need to still put in the
> standard PHP tags as
So - it's not an html attribute - it's a PHP command that precedes ALL my
html headers?
"Ross Hansen" wroteYou need to still put in the
standard PHP tags as you would normally and it is just another line of code.
e.g
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit
You need to still put in the standard PHP tags as you would normally and it is
just another line of code.
e.g
> To: php-general@lists.php.net
> From: jim.gi...@albanyhandball.com
> Date: Wed, 27 Apr 2011 21:33:16 -0400
> Subject: Re: [PHP] refreshing pages in the cache
>
ok - I'm lost. What do I do with this knowledge?
- Original Message -
From: "Sean Greenslade"
>>
> Sure. In order to "tell" the browser to not cache a page, you need to set
> the header "Cache-Control: no-cache". This can be done by the PHP command
>
> header("Cache-Control: no-cache")
On Wed, Apr 27, 2011 at 8:50 PM, Jim Giner wrote:
> thanks for the input but your first link is invalid and the second I don't
> understand why you sent me.
> Perhaps you could explain?
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.ph
thanks for the input but your first link is invalid and the second I don't
understand why you sent me.
Perhaps you could explain?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On Wed, Apr 27, 2011 at 4:42 PM, Jim Giner wrote:
> I"m trying to make my webpages display random photos on a border. Got it
> all working now but have a question about the IE cache. Seems that once
> the
> page has been displayed, no amount of "refresh" will make the page
> "rebuild"
> and thus
11 matches
Mail list logo