in this url
http://localhost/land/index.php/ads/96
how to hide 96, ads is controller. is it possible to hide? if not, any another alternative is there.
if so, plz let me know.
in this url
http://localhost/land/index.php/ads/96
how to hide 96, ads is controller. is it possible to hide? if not, any another alternative is there.
if so, plz let me know.
use post instead of get
Thanks for your reply…
But how to do this if its in <a>
<a class="view" title="View" rel="tooltip" href="/land/index.php/ads/95"><i class="icon-eye-open"></i></a>
you can use an unique alias field matching your record.Then you can query by alias field then id field.
Thank you but any other alternative…
What is the actual reason you wish to hide the id?