earsal Posted March 16, 2008 Share Posted March 16, 2008 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 Link to comment https://forums.phpfreaks.com/topic/96347-apache-loading-previous-version-of-php-script/ Share on other sites More sharing options...
virtual_odin Posted March 16, 2008 Share Posted March 16, 2008 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). Link to comment https://forums.phpfreaks.com/topic/96347-apache-loading-previous-version-of-php-script/#findComment-493253 Share on other sites More sharing options...
lordfrikk Posted March 16, 2008 Share Posted March 16, 2008 Try to upload it to a webhost and observe the results, it may help. Link to comment https://forums.phpfreaks.com/topic/96347-apache-loading-previous-version-of-php-script/#findComment-493261 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.