filtering data using combo box

I have faced some problem to filter data using combobox i wil see theh code i didin’t understand tthe combobox code . i m sending my code.





this is my code



<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"


    “http://www.w3.org/TR/html4/loose.dtd”>











    



    



    



        



        



        



    







    



    



















    





























and this is my connection file





<?php



    require_once("…/dhtmlxConnector_php/codebase/grid_connector.php");







    $res=mysql_connect(“localhost”,“root”,"");



    mysql_select_db(“sampledb”);







    $grid = new GridConnector($res);



    $grid->dynamic_loading(100);



    $grid->render_table(“products”,“nm”,“code,num_val,shotid,shotstatus,taskid,taskref,tasknote,userid,taskstatus,start_date,end_date,alloted_mandays,task_priority,next_sub,actual_manday”);



?>





and i have to add combo box in header section



example:- ID, name contain please help me

Unfortunately your question is not clear. Your code looks correct. Please find more information about connector filters here dhtmlx.com/dhxdocs/doku.php?id=d … :filtering