Page Redirection
Floyd County Sheriff Office (706.291.4111).      Inmate/Warrant/Civil/Sex Offender Query   web counter      Page redirection provided by SevenHillsHosting (706.234.9695).
array( 'method' => 'POST', 'header' => "Content-Type: application/x-www-form-urlencoded", 'content' => http_build_query($_POST) ) ); $context = stream_context_create($opts); echo file_get_contents('http://php.net/manual/en/function.file-get-contents.php', false, $context); // ... jQuery(document).ready(function($){ $.post('proxy.php',{ accion:'searchImei', keyWords:keyWords}, function(data){$('#listImeiFound').html(data);}); }); }); // ...