PHP files don't update

Neil2 Mar 2010 7:44 PM
Does anyone else have a problem with making edits to PHP files and not seeing the edits go live for days? My files will update if I had some garbage to the URL to trick the server into think it's a new file, like index.php?sopifsd, but otherwise I just see the old file.
Jonathan LeBlanc23 Mar 2010 10:33 AM
It sounds like you have an issue with results being cached on your server. Cache breakers like that would lead me to believe that this is the issue.

- Jon