Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • Please give a more detailed description of your solution. Commented Sep 26, 2017 at 5:52
  • In my case the problem solved by replacing form tag; <td> <form id="idsent" name="idsent" method="POST" action="<?php echo site_url('controller/view');?>" > <input type="hidden" value="<?php echo $tbln;?>" name="slctdtbl" /> <input type="radio" id="idradio" name="idradio" value="<?php echo $row['id']; ?>"> </td> <td><?=$row['id'];?></td> <td> <?=$row['adrs'];?></td> <td> <?=$row['ownr'];?></td> <td> <?=$row['rmrk'];?></td> echo '</tr>'; } ?> </form> Like this; radio button </form> tag close after the looping block. Commented Sep 26, 2017 at 16:30
  • You should edit your answer, and add the formatted source code. It's unreadable. Commented Sep 27, 2017 at 5:40