I'm creating an application in PHP (Codeigniter) and I came across the following situation. I have a table on my page that brings all the results of a query into the database. I want to create a refresh button but I did not want the refresh button on the page. I'd like some help on how I can do this.
Thank you in advance.