Vincent Danvoye
|
| Posted: 08/19/2001, 2:07 PM |
|
Hi,
Did anybody experience problems with CC-generated pages being stored in the
browser cache? I created an events calendar application in PHP, using
mySQL. Sometimes I get all the entries and sometimes none (but I should see
all of them). I take it this is a cache problem. I inserted custom code in
the HEAD section to avoid this but no luck.... Any advice?
BTW, how can I change the 'No records' sentence to sth else with having to
edit the HMTL template page manually?
Thanks!
|
|
|
 |
Alexey Alexapolsky
|
| Posted: 08/20/2001, 2:38 AM |
|
Add a dummy always changing parameter when redirecting to
that page. Browser will think it's something new every time
--
Alex
Vincent Danvoye <vdanvoye@skynet.be> wrote in message
news:9lp9r4$bgm$1@news.codecharge.com...
> Hi,
> Did anybody experience problems with CC-generated pages being stored in
the
> browser cache? I created an events calendar application in PHP, using
> mySQL. Sometimes I get all the entries and sometimes none (but I should
see
> all of them). I take it this is a cache problem. I inserted custom code
in
> the HEAD section to avoid this but no luck.... Any advice?
>
> BTW, how can I change the 'No records' sentence to sth else with having to
> edit the HMTL template page manually?
>
> Thanks!
>
>
|
|
|
 |
CodeCharge
|
| Posted: 08/21/2001, 11:50 AM |
|
> BTW, how can I change the 'No records' sentence to sth else with having to
> edit the HMTL template page manually?
You may edit this text in translation files in C:\Program
Files\CodeCharge\Translations\English.xml (or other language file)
|
|
|
 |
|