CodeIgniter Validation: possible to validate GET query strings? -


the form validation library seems work on post. need use query strings , use ci validate passed values. there way this?

the current codeigniter 3.0 development branch provides option insert own variable instead of $_post. start using 3.0.

alternatively, way in ci2.1 $_post=$_get before run validation.


Comments

Popular posts from this blog

jquery - Invalid Assignment Left-Hand Side -

java - Play! framework 2.0: How to display multiple image? -

asp.net mvc - Implementing normal user/pass, Twitter & Facebook auth -