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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.