This is my first day tinkering with php. I lifted a bunch of examples
from the php.net manuals and put this together:
It's extremely simple and just uses fread and fwrite's form elements
into 2 small text files. Feel free to "update" the values. My question
is, why is it, everytime I go back to the page, it shows the very first
values I had in there. I repeatedly change them, refresh, delete
browser cache files, close and reopen browser, and still, when I first
get there, it shows the very first values I had in there. If I refresh,
then it shows what it should be. The text files are indeed being
written to properly. So it really seems like more of a browser issue,
but maybe something can be done to prevent it, without telling my
visitors to refresh everytime they hit the page? TIA
from the php.net manuals and put this together:
It's extremely simple and just uses fread and fwrite's form elements
into 2 small text files. Feel free to "update" the values. My question
is, why is it, everytime I go back to the page, it shows the very first
values I had in there. I repeatedly change them, refresh, delete
browser cache files, close and reopen browser, and still, when I first
get there, it shows the very first values I had in there. If I refresh,
then it shows what it should be. The text files are indeed being
written to properly. So it really seems like more of a browser issue,
but maybe something can be done to prevent it, without telling my
visitors to refresh everytime they hit the page? TIA
Comment