Problem with AJAX GET function inside PHP FUNCTION – Jquery ajax
I got a while loop, and inside that loop i got another while loop that i only want to run after button.click My javascript code inside profile.php: $('.commentbtn').click(function() { $.ajax({ url: 'includes/functions.inc.php', type: 'GET', data: { 'offset': 0, 'limit': 3…