fetch data in combo box from database

Hello,



I have fetch data from database to my #connector_select_filter drop down box. but it gives me erroor [OprionConnector] class is not defined

please tell me wht i do i alm sending u 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);



$filter1=new OptionsConnector($res);

$filter1->render_table(“countries”,“country_id”,“country)name(value)”);

$grid->set_oprions(“item_nm”,$filter1);

$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”);



?>



plaese tell me what i do to fetch data in combo box .




Hello,


there is the ready sample in the connector package. Please, have a look dhtmlxConnector_php/samples/grid/05a_select_filter.html