Welcome Guest, Not a member yet? Register   Sign In
How do I insert a dash in my URL?
#1

[eluser]Unknown[/eluser]
How do I get a URL to display a dash?


Code:
example.com/section/newitem/1

to appear like this

Code:
example.com/section/new-item/1

I assumed I had to use the url_title() function with the URL helper,
but I don't know how and where to insert it in my newitem function
Code:
function newitem($id = '')
{
    if (!$id) {
    $this->load->view('item_view');
    } else {
    $this->load->view('item_' . $id);
    }
}


Messages In This Thread
How do I insert a dash in my URL? - by El Forum - 09-26-2009, 03:48 PM
How do I insert a dash in my URL? - by El Forum - 09-26-2009, 08:23 PM
How do I insert a dash in my URL? - by El Forum - 02-05-2010, 12:16 PM



Theme © iAndrew 2016 - Forum software by © MyBB