![]() |
Dreaded apostrophe - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forum-20.html) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forum-23.html) +--- Thread: Dreaded apostrophe (/thread-45877.html) |
Dreaded apostrophe - El Forum - 10-10-2011 [eluser]Unknown[/eluser] Hi everyone, When I want to redirect this link and I have entered an apostrophe into the $comment variable, it give me the error: "An Error Was Encountered The URI you submitted has disallowed characters.", I only get it when an apostrophe is entered, anything I can do to solve it? Code for php: Code: $comment = $_POST['gucomment']; Code for [removed] Code: [removed] |