I\'ve checked and re-checked my code, referencing the CI docs and other posts throughout the web, but I am unsuccessful at implementing the set_value() method for re-populat
you surely have found a solution but, for people like me which were spending too many time for this trouble. I found a solution:
so instead to code that
Try this, it run very well:
fnam, 'name'=> 'fname','value'=> set_value('fname'), 'size =>'50'); echo form_input($data).''; ?>