CodeIgniter Forums
How to add form to your CodeIgniter ? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: How to add form to your CodeIgniter ? (/showthread.php?tid=7283)



How to add form to your CodeIgniter ? - El Forum - 04-02-2008

[eluser]Unknown[/eluser]
I can't add form like in HTML with CodeIgniter
Plz help.


How to add form to your CodeIgniter ? - El Forum - 04-02-2008

[eluser]webthink[/eluser]
1. put the form in your view
2. put the code to handle the form in your controller
3. call the view from the controller.

have a look at the video tutorial