Re: [PHP] how to make the php page always newest when clicking 'back' botton in browser?

2001-09-25 Thread mydata
thanks a lot "Brad Hubbard" <[EMAIL PROTECTED]> wrote in message 01092520521106.01344@badnote">news:01092520521106.01344@badnote... > On Tue, 25 Sep 2001 13:09, mydata wrote: > > Hi,I meet a problem when I am developing. > > > > I am developing php base on other programer's php code . > > I must m

Re: [PHP] how to make the php page always newest when clicking 'back' botton in browser?

2001-09-25 Thread Brad Hubbard
On Tue, 25 Sep 2001 13:09, mydata wrote: > Hi,I meet a problem when I am developing. > > I am developing php base on other programer's php code . > I must make the php page always newest when clicking 'back' botton in > browser(because that programer using javascript: history.go(-1)), I try > sent

[PHP] how to make the php page always newest when clicking 'back' botton in browser?

2001-09-24 Thread mydata
Hi,I meet a problem when I am developing. I am developing php base on other programer's php code . I must make the php page always newest when clicking 'back' botton in browser(because that programer using javascript: history.go(-1)), I try sent header() to disable cach,but seems to not works: my