/ Published in: PHP
This is a public jsonp api. I use it with jQuery Like This: $.getJSON("http://yourdomain/yourpath/jsonpapi.php?method=getSchema¶ms=yourdb_name&jsoncallback=?", function(data){ //DO SOMETHING WITH THE DATA HERE } );
You need to login to post a comment.
