I have table data(td) as hyperlink(href). If i click the td then its redirect. Now i want to change the URL only not the redirection.I use the following code:
<td><a href="<?php echo base_url() . "index.php/" .$Users->UserPcKey; ?>">
<?php echo $Users->UserPcKey; ?></a></td>
Thanks .