开发者

auto search suggest with three text fields and displaying three columns paralal in the display panel

I Need Search line where i can search from three dissfrenc text boxes and displaying three columns link in this image. i am using php, jquery JavaScript and ajax mysql to make th开发者_开发百科is

auto search suggest with three text fields and displaying three columns paralal in the display panel

bt i is working with only one text (1st box) box simultenously.

plz help me to do this.


for example...

  $sql = "select * from Firmname";
        if($materiaux != '')
        $sql.= " where Firmnamelike '".mysql_real_escape_string($Firmname)."%'";
        $sql .= " order by FirmnameASC  ";
        $result = $this->sqlQueryArray($sql);
        return $result;

//In ajax,

if(trim($Firmname) != '')
                $final_result   = ucfirst(($Firmname))."|".$Firmname_id."|".$PersonName."|".$MobileNO;
            $final_result   .= "\n";
            echo $final_result;
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜