![]() |
Percentage Symbol (%) on post - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Development (https://forum.codeigniter.com/forumdisplay.php?fid=6) +--- Forum: CodeIgniter 2.x (https://forum.codeigniter.com/forumdisplay.php?fid=18) +--- Thread: Percentage Symbol (%) on post (/showthread.php?tid=61358) |
Percentage Symbol (%) on post - lipedeitos - 04-10-2015 Hi! Something are happening on my code, it worked for a while and now stopped. I have some normal fields in a normal form with a normal button, the button have a value "btSend"... So in my controller i check: Code: if($this->input->post('btId')){ The problem is, when i submit texts, numbers and other stuff the form work, but when i write something like "this thing have 20% something" in one of my fields the form seems to not submit... thatss really strange for me, someone can help me please? (Sorry about my bad english) Cheers! RE: Percentage Symbol (%) on post - alkarim - 04-21-2015 Double check your code |