Welcome Guest, Not a member yet? Register   Sign In
need autofill function in view
#1

I have some text boxes in my view like this:
<?=form_input(['name'=>'last_name','type'=>'text','style'=>'text-transform:capitalize','class'=>'form-control','placeholder'=>'Enter your last name','value'=>set_value('last_name')])?>
i have a database table 'userlogin' which has a fieldĀ  'last_name'
when I am entering the value in the last_name field, i want autofill function in it with all the values from 'last_name' field in database. How do i do this?
Reply


Messages In This Thread
need autofill function in view - by karthick - 05-21-2019, 02:30 AM



Theme © iAndrew 2016 - Forum software by © MyBB