Inserting Json Object Into Mysql Table With Angular/php
So I have a JSON object I want to insert into a field in a MySQL table. When I do a 'console.log(thatjson)', it prints the JSON object in the console with the text [Object], with a
Solution 1:
Make sure you pass your request data through the JSON.stringify()
function.
Post a Comment for "Inserting Json Object Into Mysql Table With Angular/php"