Nasıl kek php AutoSuggest alabilirsiniz

1 Cevap

i gibi aşağıda denetleyicisi kodumu girdi hav

function keyup(){ $this->Note->simple(); if(strlen($searchq)>0){

while ($row = mysql_fetch_array($getRecord)) {

echo $row['name']; echo $row['department']; } return $row; } }

as soon as i entered this one it doesn't display any info .... what correction should require.......

1 Cevap

Bu deneyin.

Bu size yardımcı olabilir.

http://docs.jquery.com/Plugins/Autocomplete

Tüm iyi.