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