Jump to content

refreshing a page after updating database


saco721

Recommended Posts

Hi,

 

I have a database where one of the fields is quantity, this is displayed on a page. As quantity decrements the user has to click on the browser refresh button to show the changes made to the quantity field in the database. How do I refresh the page without having to click the browser refresh button?.

 

Any help would be greatly appreciated.

If that's the case, you'll need to use AJAX. You'll need a javascript function that runs every X seconds or minutes that calls some PHP code to check the DB for any updates. If there are updates, the javascript function should update with the new value.

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.