You are on page 1of 1

//fetching itemname $itemname_qry="select it_name,it_id from item_master where it_id='$itemid' and d eleted=0"; $result_item_qry=query($itemname_qry,$link); error($result_item_qry,$link); $fetchitemname=fetch($result_item_qry); $Itemnames=$fetchitemname[0]; // Fetching

Location Name $Locationname_qry="select location,loca_id from location_master where loca_id='$ Locaid' and deleted=0"; $Location_name_qry=query($Locationname_qry,$link); error($Location_name_qry,$link); $fetchLocationname=fetch($Location_name_qry); $LocationName=$fetchLocationname[0];

You might also like