how to loop through json response data using ajax jquery? – Jquery ajax
I'm trying to loop through a json response with ajax jquery but I can't display the result. Here is the code Im using: data.php function platformsList(){ $query = "SELECT id, name, slug, icon FROM `platforms` ORDER BY id ASC"; $statement…