I am submitting the form in codeigniter. In my input type text in want the value remain when error is occurred.
<input type="text" name="lastname" id="lnm" >
I tried using $_get['lastname'] which do in php. but it is not working.
I am submitting the form in codeigniter. In my input type text in want the value remain when error is occurred.
<input type="text" name="lastname" id="lnm" >
I tried using $_get['lastname'] which do in php. but it is not working.