I want to make a system to list records of a table in the database so that as soon as I add a new record, it automatically appears in the listing.
I have the whole system ready only in PHP, but the new registration does not appear automatically - I have to refresh the page for it to be displayed.
Does anyone know how I can do this with JavaScript? The knowledge I have in JavaScript is pretty basic.