CodeIgniter Forums
form validation - 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: form validation (/showthread.php?tid=2892)



form validation - El Forum - 08-29-2007

[eluser]Satch[/eluser]
Hi,

I just started using ci and ran into a little problem: I'm trying to validate a form but want it returned to the same page whether it succeeded or not with the proper message. The page it should return to will look something like /blog/comments/1. The example in docs had it going to different pages which didn't work for me. Any help is appreciated.

Thanks