Welcome Guest, Not a member yet? Register   Sign In
Form Validation Within For Loop issue
#2

It should be:

PHP Code:
if ($this->form_validation->run() == FALSE)
{
    
// show the block form
}
else
{
    
// Submitted successful  

What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
Form Validation Within For Loop issue - by nkhan - 05-09-2016, 12:49 PM
RE: Form Validation Within For Loop issue - by InsiteFX - 05-09-2016, 07:10 PM



Theme © iAndrew 2016 - Forum software by © MyBB