Posts by Matheus Figueredo • 26 points
1 post
-
1
votes1
answer31
viewsA: Error returning AJAX data
From what I see you do not return the data at any time. Gives a tested in this code: $data = array(); try { ... if ($result > 0) { $data["errorType"] = "success"; $data["errorMsg"] = "Sua…