-
Getting Error When Trying to Pass JSON PHP to JS with Ajax!
almost 4 years ago
-
over 3 years ago
hi,
first please check the response using log in js file:- console.log(responseText).
check the json from php is correct and get same in js file.
can use JSON.stringify(responseText) on basis of consoled result or JSON.parse(JSON.stringify(responseText))
thanks -
1 Answer(s)