08.10.2017 Views

codeigniter_tutorial

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

CodeIgniter<br />

echo form_label('Roll No.');<br />

echo form_input(array('id'=>'roll_no','name'=>'roll_no'));<br />

echo "";<br />

echo form_label('Name');<br />

echo form_input(array('id'=>'name','name'=>'name'));<br />

echo "";<br />

echo form_submit(array('id'=>'submit','value'=>'Add'));<br />

echo form_close();<br />

?><br />

<br />

<br />

<br />

Create a view file called Stud_edit.php and save it in<br />

application/views/Stud_edit.php<br />

<br />

<br />

<br />

<br />

Students Example<br />

<br />

<br />

<br />

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!