Welcome Guest, Not a member yet? Register   Sign In
cannot user redirect() function..
#5

[eluser]scorpioniz[/eluser]
[quote author="Tim Brownlaw" date="1410622090"]You have...
Code:
if($this->form_validation->run('event/createedit') == FALSE){

From the User Guide: $this->form_validation->run();
Runs the validation routines. Returns boolean TRUE on success and FALSE on failure. You can optionally pass the name of the validation group via the function, as described in: Saving Groups of Validation Rules to a Config File.

So I'm unsure as to what you were intending by passing 'event/createedit' through it... It probably always returns FALSE!

[/quote]

If it always would return false, than it never would update or insert my sql's, and like i was saying in previous post it's doing it (update/insert to my DB), so it's not always returning false.

and this funkcion is just for simple add/edit record to/on DB from simple form.
if it's false, then it load's view, else - doing update/insert record to DB


Messages In This Thread
cannot user redirect() function.. - by El Forum - 09-12-2014, 07:26 AM
cannot user redirect() function.. - by El Forum - 09-12-2014, 09:12 PM
cannot user redirect() function.. - by El Forum - 09-13-2014, 07:15 AM
cannot user redirect() function.. - by El Forum - 09-13-2014, 08:28 AM
cannot user redirect() function.. - by El Forum - 09-13-2014, 09:00 AM
cannot user redirect() function.. - by El Forum - 09-13-2014, 09:20 AM
cannot user redirect() function.. - by El Forum - 09-13-2014, 09:28 AM
cannot user redirect() function.. - by El Forum - 09-13-2014, 09:36 AM
cannot user redirect() function.. - by El Forum - 09-13-2014, 04:17 PM
cannot user redirect() function.. - by El Forum - 09-13-2014, 04:19 PM
cannot user redirect() function.. - by El Forum - 09-13-2014, 04:51 PM
cannot user redirect() function.. - by El Forum - 09-13-2014, 07:08 PM
cannot user redirect() function.. - by El Forum - 09-15-2014, 12:22 AM
cannot user redirect() function.. - by El Forum - 09-15-2014, 01:12 AM
cannot user redirect() function.. - by El Forum - 09-15-2014, 05:39 PM
cannot user redirect() function.. - by El Forum - 09-15-2014, 06:53 PM



Theme © iAndrew 2016 - Forum software by © MyBB