Fetch Data from DB without Page Refresh and without Button Click – AJAX PHP – Jquery ajax
I'm creating a CRUD function on my website. I'm using Ajax to instantly load data but it won't work for me. So far I'm seeing they need to click a button or set a time interval, but I don't want…