2
I have the following boot
<a href='?area=ref&acao=curtir&noticia=$noticia->id&perfil=$user'>Curtir </a>";
which calls the function that is on the action page that likes the related article, but it turns out that when clicking the button it redirects to the action.php page and returns to the news page how do I just execute the action that is on the.php page without redirecting? someone has an idea