Skip to content

Instantly share code, notes, and snippets.

View SCJLabs's full-sized avatar

Sherman James SCJLabs

  • Summit Electric Supply
  • Albuquerque
View GitHub Profile
@pipiscrew
pipiscrew / jquery-php-mysqli.php
Created April 26, 2014 08:25
[php] jQueryAJAX - mysqli - utf8 - return json from query
//index.html (jQuery)
$.ajax({
type : "POST",
url : "getResults.php",
data : "ID=" + "160",
datatype : "json",
success : function(result) {
console.log(result);
},
error : function(msg) {