-----------Any-------------
// The include file contains the definition of DB_Sql. $country_id = $_REQUEST["cid"]; if($country_id !=""){ require("../class/db_mysql.inc"); $db = new DB_Sql; $stateinfo = "select state_id,state_name from TDB_State_master where ref_country_id =". $country_id ." and delete_flag = 'N' order by state_name"; $db->query($stateinfo); while($db->next_record()){ ?>
Record["state_id"]?> > Record["state_name"]?>
} }?>