The form validation library seems to only work on POST. I need to use query strings and would like to use CI to validate the passed values. Is there a way to do this?
You could overwrite the Form_validation function run in a MY_Form_Validation and modify it.