Re: [PHP-WIN] Problems refreshing

2002-10-07 Thread SEGUERRA FRANCIS TED ARANAS
try this on the page you are trying to have the latest update from the db and not front eh cache; On Mon, 7 Oct 2002, Aitor wrote: > Hi, I'm working on a PHP and mySQL website based but I have a problem refreshing the >information of the webs. When I load/change information on the mySQL thr

Re: [PHP-WIN] Problems refreshing

2002-10-07 Thread Ignatius Reilly
You can append a variable that is sure to change, such as time(): function redirect() { location.href = "http://mydomain.fr?nocache=" ; } HTH Ignatius - Original Messag