Re: [PHP-DB] refresh the page on back

2004-10-14 Thread John Holmes
balwantsingh wrote: first of all excuse me for putting the non related question in this forum. but i am sure someone will help me. are you sure about that? i want that whenever users press the browser back button, the page should be refreshed and than displayed. rewrite the source code of Firefox/M

Re: [PHP-DB] refresh the page on back

2004-10-14 Thread M Saleh EG
use the cache disable headers in HTML as well as PHP for the server side headers. pick any of the two methods. 1-HTML caching control: 2-PHP server headers for caching control: // Date in the past header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); // always modified header("Last-Modified:

[PHP-DB] refresh the page on back

2004-10-13 Thread balwantsingh
first of all excuse me for putting the non related question in this forum. but i am sure someone will help me. i want that whenever users press the browser back button, the page should be refreshed and than displayed. thanks for your help in advance. with best wishes balwant -- PHP Database M