MySQL + PHP - Results different on different computers? Cache? -


we have been running local application bit on year , problem has never come up.

we have section of our application user add note account. simple table structure includes account_id, user_id (who added note) , date.

the notes still being added database fine; however, when viewing page, hit or miss on whether or not note display using php query database.

the way can these notes show clearing computer cache (again, doesn't work) or clearing mysql cache (which doesn't work, either)

the application being accessed outside of our local network, well, , issue not seem happen using method.

i think cache issue, not familiar , have not run issue before. server latest version of centos , running mysql queries via php.

thanks, in advance, assistance can provide.


Comments