here, using uri segment getting value url.
http://localhost/project/abc/activity/wise_activity here, if want wise_activity, can user
$this->uri->segment(2). but if want 7 in below url, how can get?
http://localhost/project/abc/activity/wise_activity?id=7
Comments
Post a Comment