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.
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