![]() |
need help - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: need help (/showthread.php?tid=23184) |
need help - El Forum - 10-02-2009 [eluser]pankaj.sharma[/eluser] hiiii i am new to codeigniter i have done fatch data form database ssuccefully but how i delete row respective to id plz help me in core coading i am doing... <a href = " selection.php?todo=<?=$row['id'];">Delete</a> and at the top of the program if(isset($_REQUEST['todo'])) { $id = $_REQUEST['todo']; mysql_query("delete from formtable where id = '".$_GET['REQUEST']."' "); header("location ![]() } but how it done in codeigniter plz help me need help - El Forum - 10-02-2009 [eluser]pankaj.sharma[/eluser] hiiii i am new to codeigniter i have done fatch data form database ssuccefully but how i delete row respective to id plz help me in core coading i am doing... <a href = "selection.php?todo=$row['id']">Delete</a> and at the top of the program if(isset($_REQUEST['todo'])) { $id = $_REQUEST['todo']; mysql_query("delete from formtable where id = '".$_GET['REQUEST']."' "); header("location ![]() } but how it done in codeigniter plz help me need help - El Forum - 10-02-2009 [eluser]pankaj.sharma[/eluser] hiiii i am new to codeigniter i have done fatch data form database ssuccefully but how i delete row respective to id plz help me in core coading i am doing... <a href="selection.php?todo=<?php echo $row['id'];?>">Delete</a> and at the top of the program if(isset($_REQUEST['todo'])) { $id = $_REQUEST['todo']; mysql_query("delete from formtable where id = '".$_GET['REQUEST']."' "); header("location ![]() } but how it done in codeigniter plz help me need help - El Forum - 10-03-2009 [eluser]InsiteFX[/eluser] Why are you posting in multiple forums? This question was already answered in the other forum. Enjoy InsiteFX need help - El Forum - 10-03-2009 [eluser]Tom Schlick[/eluser] read the userguide... it explains it all. or watch the getting started with codeigniter series over at nettuts.com need help - El Forum - 10-03-2009 [eluser]Derek Allard[/eluser] I've merged all your threads and put them into the correct forum. You only need to post once, we'll see it sir. |