Posts by Gui Queiroz • 1 point
1 post
-
0
votes2
answers102
viewsA: Recover JSON data via AJAX and PHP
The first code problem I believe was in Success function, failed to convert from string to json: success: function (retorno){ cliente = JSON.parse(retorno); }