0
I want to make a system to list records from a table in the database so that as soon as I add a new record, it automatically appears in the list.
I have the whole system ready only in PHP, but does not appear the new record 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.
With ajax you can collect this information and adds it to it without reloading the page
– Brumazzi DB