Код:
Страница с автоподбором:
<script type="text/javascript" charset="utf-8">
$(document).ready(function(){
$("#ingredients input").autocomplete('../php_server/ingredient_autocomplete.php');
});
ingredient_autocomplete.php
$query = strtolower($_GET["q"]);
if (!$query) return;
print_r(($query));
В результате в поле input крякозябы:
http://pixs.ru/showimage/bugpng_9253986_365140.png