Welcome Guest, Not a member yet? Register   Sign In
Display notices to the user
#9

[eluser]danmontgomery[/eluser]
[quote author="Jmz" date="1263590711"]flaky. I'm not sure what you mean :red:

noctrum, do you mean do an if to see if any form info has been sent in the controller, if it has process the form, if it hasn't show the form?[/quote]

Code:
if($this->form_validation->run())
{
  // Process form
  // Redirect if needed, load a different view, etc
}
else
{
  // Show validation errors
  // Show form
}


Messages In This Thread
Display notices to the user - by El Forum - 01-14-2010, 01:30 PM
Display notices to the user - by El Forum - 01-14-2010, 02:08 PM
Display notices to the user - by El Forum - 01-14-2010, 03:23 PM
Display notices to the user - by El Forum - 01-15-2010, 03:31 AM
Display notices to the user - by El Forum - 01-15-2010, 03:50 AM
Display notices to the user - by El Forum - 01-15-2010, 08:16 AM
Display notices to the user - by El Forum - 01-15-2010, 09:25 AM
Display notices to the user - by El Forum - 01-15-2010, 09:41 AM
Display notices to the user - by El Forum - 01-15-2010, 12:26 PM
Display notices to the user - by El Forum - 01-16-2010, 01:26 AM



Theme © iAndrew 2016 - Forum software by © MyBB