Skip to Content
PHPCODE
Codeigniter Keeping Correct Field Values
codeigniter code / July 28, 2018

Keeping Correct Field Values in Codeigniter

Codeigniter Used function set_value()

for Example :-
<?php
echo form_input([‘class’=>’form-control’,’name’=>’username’,’placeholder’=>’User Name’,’value’=>set_value(‘username’)]);
?>

Comments
No comments yet, take the initiative.

Leave a Reply

Your email address will not be published.

PHPCODE © 2023