Welcome Guest, Not a member yet? Register   Sign In
HI guys how can i use same form for edit and add data into database?
#14

[eluser]umefarooq[/eluser]
hi you are doing wrong pass data with loading view like this

$data['row'] = $this->model_name->get_record();
$this->load->view(‘individual/individual_form’,$data);

check like this
<?php if($row->surname){echo $row->surname}?>


Messages In This Thread
HI guys how can i use same form for edit and add data into database? - by El Forum - 04-08-2009, 03:15 AM



Theme © iAndrew 2016 - Forum software by © MyBB