Welcome Guest, Not a member yet? Register   Sign In
Form submission
#1

[eluser]razputin[/eluser]
Hi,

I'm currently using two functions in my controller to process forms, one to load the form and the other to process the post data.

What I'll like to know is how other people code forms in codeigniter, for example how does one load and process the form in one controller, or simply how do you check if the form was submitted in codeigniter?

In vanilla PHP its simply
Code:
if ( isset( $_POST['Submit'] ) ) { },
what's codeigniter implementation of this?
#2

[eluser]Aken[/eluser]
http://ellislab.com/codeigniter/user-gui...ation.html




Theme © iAndrew 2016 - Forum software by © MyBB