database_connection_php
database_connection_php copied to clipboard
Results
4
database_connection_php issues
Sort by
recently updated
recently updated
newest added
function showUser(str) { if (str=="") { document.getElementById("txtHint").innerHTML=""; return; } var xmlhttp=new XMLHttpRequest(); xmlhttp.onreadystatechange=function() { if (this.readyState==4 && this.status==200) { document.getElementById("txtHint").innerHTML=this.responseText; } } xmlhttp.open("GET","family.php?q="+str,true); xmlhttp.send(); } Select a person: Aldwin Odavar...