Jump to content

Apache loading previous version of php script


earsal

Recommended Posts

Hello

 

I have a webpage where I use a php script. The php script is called inside a javascript function (Using ajax I believe).

The problem is that even if I modify the php script, when I access it through firefox I get a previous version of the php script.

Lets say..the original php script prints "Hello World". Then change the php script to "Good Bye World". When I access the page again I get "Hello world" version isntead of the new one with "Good Bye Worl"

 

Thins that I have Tried

- Apache Restart

- No cache on browser

- Clean temp file on browser

- Tried with IE with same results

- php session limit to 1 minute.

 

Any Ideas?

 

Thanks in advance

 

 

 

 

 

Two suggestions - are you sure the server version of the script is the one you have updated - no mistakes in file name, has it uploaded correctly, etc.  Second, try a hard refresh on the page f5 or reload (I can never remember which goes deeper).

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.