diff --git a/api/application/helpers/readexceldata_helper.php b/api/application/helpers/readexceldata_helper.php index 42ca54c1..616f388b 100644 --- a/api/application/helpers/readexceldata_helper.php +++ b/api/application/helpers/readexceldata_helper.php @@ -102,11 +102,13 @@ class readexceldata $re_arranged_stake_holders_details = array(); if(isset($return_data['key_stakeholders'])) { + $i =0 ; foreach ($return_data['key_stakeholders'] as $key => $value) { - - for($i = 0;$i <= 2; $i++) - { + + // print_r($value);echo "I am Here Working Fine"; + // for($i = 0;$i <= 2; $i++) + // { $dynamic_share_key = ('share_holding#'.($i + 1)); $dynamic_vintage_key = ('vintage_in_current_biz#'.($i + 1)); $dynamic_work_exp_key = ('total_work_exp#'.($i + 1)); @@ -129,7 +131,8 @@ class readexceldata // } - } + // } + $i++; } }