CodeIgniter Forums
[SOLVED] Form validation always returning FALSE - 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: [SOLVED] Form validation always returning FALSE (/showthread.php?tid=33353)

Pages: 1 2


[SOLVED] Form validation always returning FALSE - El Forum - 08-24-2010

[eluser]kaisama[/eluser]
AHHA.

Found the culprit.

Since it seemed that it was being redirected incorrectly, I decided to take a look at my base_url array.

It was initially set to

Code:
http://codeigniter.deadeyes-star.com/

I then changed it to:

Code:
http://www.codeigniter.deadeyes-star.com/

And all works as it should Smile such a silly little error that can cause so much hair pulling and frustration.

Thank you everyone for your input on this matter. Your help was greatly appreciated <3

@noctrum
Did you use firebug as well to get that debug info? I think this is something I should start using :x

Again, thanks <3


[SOLVED] Form validation always returning FALSE - El Forum - 08-24-2010

[eluser]danmontgomery[/eluser]
used the HUD in firefox 4 beta