Is there a way to find what part of my code is causing the Disallowed Key Characters error in Codeigniter?
Is there a way to find what part of my code is causing the
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s could be a “bad” form input
namethat you are trying to run through the Form_validation library. This is the only time I’ve had this issue, but it could be a$_GETkey as well.Without more details from you, it’s hard to say – but there’s a good place to check.