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
Post a Comment