Jump to content

Mysql and php dynamic data refresh issue


alwaysinit

Recommended Posts

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
Link to comment
https://forums.phpfreaks.com/topic/34892-mysql-and-php-dynamic-data-refresh-issue/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.