![]() |
unable to store query - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22) +--- Thread: unable to store query (/showthread.php?tid=39373) |
unable to store query - El Forum - 03-09-2011 [eluser]krishnakumar2k[/eluser] when i try to save the following query inputted from textarea <a >Click Here for Blackberry eScreen Keygen</a></p> in the data base only the follwoing getting stored <a >Click Here for Blackberry eScreen Keygen</a></p> what may be the reason unable to store query - El Forum - 03-09-2011 [eluser]krishnakumar2k[/eluser] when i try to save the following query inputted from textarea ,in the data base only the follwoing getting stored <a >Click Here for Blackberry eScreen Keygen</a></p> but in the input area i have typed href and onclick events but those are not getting saved ? unable to store query - El Forum - 03-09-2011 [eluser]krishnakumar2k[/eluser] when i tries to post that query in my post here also it is not showing.Its showing just like my my db unable to store query - El Forum - 03-09-2011 [eluser]InsiteFX[/eluser] Maybe if you show your code one of us would be able to help you! InsiteFX unable to store query - El Forum - 03-09-2011 [eluser]krishnakumar2k[/eluser] [quote author="InsiteFX" date="1299694757"]Maybe if you show your code one of us would be able to help you! InsiteFX[/quote] Code: this is posted unable to store query - El Forum - 03-09-2011 [eluser]krishnakumar2k[/eluser] [quote author="krishnakumar2k" date="1299695567"][quote author="InsiteFX" date="1299694757"]Maybe if you show your code one of us would be able to help you! InsiteFX[/quote] Code: this is posted here also that code is not coming unable to store query - El Forum - 03-09-2011 [eluser]InsiteFX[/eluser] Did you create a form to get the input? If so show your form code and controller code. InsiteFX unable to store query - El Forum - 03-09-2011 [eluser]krishnakumar2k[/eluser] [quote author="InsiteFX" date="1299695959"]Did you create a form to get the input? If so show your form code and controller code. InsiteFX[/quote] Code: controller code unable to store query - El Forum - 03-09-2011 [eluser]InsiteFX[/eluser] You need the form like this, site_url on returns the segments not the complete path. Code: <form name="kkdh" action="<?php echo base_url().login/editor_add;?>" method="post"> I would use CodeIgniter's form_helper. InsiteFX |