-3
I am 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 in the database. I want to create a button to update data but I did not want the same to refresh the page. I would like a help on how I can do this.
Thanks in advance.
I recommend you take a look at
AngularJS
– RFL
Why don’t you make a jQuery that brings the query to you? no refresh? Don’t even need the button, just specify how many seconds...
– Sr. André Baill
On the level of clarification: I denied the answer, because we already have many questions (and answers) about doing something without refresh
– Wallace Maxters
Related: http://answall.com/questions/43087/como-se-actualizr-form-form-sem-refresh?rq=1
– Wallace Maxters
Translation: You want to make a request through the
AJAX
.– Wallace Maxters