Your IP : 18.222.184.207
<?php function getDropDownOptions($aobj_context){ $aobj_context->mobj_db->SetFetchMode(ADODB_FETCH_ASSOC); // var_dump("Aya"); $query = "select fcode,fvalue,fdescpn,ifnull(forder,'') as forder from egovopt where fdeleted = 'F' order by forder"; $result = $aobj_context->pobj_db->GetAll($query); echo $aobj_context->mobj_output->ToJSONEnvelope($result, 0, "success"); } ?> |