我的當前URL爲
http://localhost/news/user/user_profile/16如何從URL中笨
http://localhost/news =是基本URL
/用戶/ =被控制器名稱
user_profile =是函數名
這是鏈接
<a href="<?php echo base_url().'user/user_profile/'.$id;?>" class="btn btn-default btn-flat">Profile</a>
16 =是用戶ID
我想從URL刪除用戶ID
,所以我想我的網址這樣
http://localhost/news/user/user_profile
請幫助......
沒有用戶ID你如何訪問相應的頁面? – Arun 2015-02-10 04:48:21
問題在哪裏?只需從您的鏈接中刪除«。$ id»。 – Joerg 2015-02-10 04:48:30
你可以使用if語句'uri segment' 3是true,然後顯示url或者顯示user_profile。 – user4419336 2015-02-10 04:56:32