fork download
  1. <?php
  2.  
  3. $aColumns = [
  4. 'id', 'ref', 'type', 'status', 'sub_status', 'tenant_buyer_name', 'landlord_seller_name', 'region_id',
  5. 'area_location_id', 'sub_area_location_id', 'price', 'cheques', 'deposit', 'deal_date','deal_estimated_date',
  6. 'renewal_date', 'agent_1_id', 'agent_1_commission', 'agent_2_id', 'agent_2_commission', 'agent_3_id',
  7. 'agent_3_commission', 'listings_ref', 'listings_beds', 'listings_street_no', 'listings_floor_no',
  8. 'listings_category_id', 'agent_id', 'listings_unit' , 'commission', 'dateupdated','source_of_deal',
  9. 'ext_agency_comm', 'company_commission','listings_id'
  10. ];
  11.  
  12. echo $aColumns[30];
  13. // your code goes here
Success #stdin #stdout 0s 82560KB
stdin
Standard input is empty
stdout
dateupdated