I need to refresh the page on a regular basis, and when the page refreshes I need to the page to check the MySQL database for any new changes to the table.
Now I know using javascript to refresh the page will work, and thats what i have been using, but I am looking for something that doesn't produce such a hard refresh.
does anyone have a solution using javascript that will run the javascript funtion to refresh it self and then check the database without actually reloading the entire page.
every time the page reloads it creates a clicking in my speakers.
maybe something for a silent page refresh or soft reload.
any help would greatly be appreciated