alwaysinit Posted January 19, 2007 Share Posted January 19, 2007 Hi, I'm using (mysql 4.0.27 with PHP 4.3.11) my issue:I have a site that allows members to upload data to be used in their profiles. The images and the MP3s are copied to the site file system(no Mysql).The text data I store in Mysql then display where needed(forms, profile)The problem is that the data coming out of Mysql does not does not show the changes that the user made until he/she shuts down their browser. Yet the image and MP3 files show their changes just by hitting refresh. Upon opening the browser and going back to site, all of the user's changes from mysql now show. Only thing that I can find that will reflect changes is shutting down the browser. I've tried setting a Random number variable to the url link to make the page a different name each time it is viewed, no dice.I tried all of the PRAGMA NOCACHE methods.Can anyone think of a reason why this might be a thorn in my side?Bad PHP or HTML/CSS coding?Bad Mysql settings?Bad php.ini settings?Could .htaccess fix?I've run out of things to try to remedy this, please lend advice. thanks Quote Link to comment Share on other sites More sharing options...
printf Posted January 20, 2007 Share Posted January 20, 2007 You know it could be a number of different things, without see the code and your PHP settings anything I could say would be a guess. If I saw the code and your PHP settings I could tell what is causing it.printf Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.