Get your json response using ajax as below
$.ajax({ url: 'addarticle.php', cache: false, type: 'post'}).done(function(response) { console.log(response);});
Get your json response using ajax as below
$.ajax({ url: 'addarticle.php', cache: false, type: 'post'}).done(function(response) { console.log(response);});