Welcome Guest, Not a member yet? Register   Sign In
Passing url as parameter from view to controller
#4

[eluser]bibos[/eluser]
Hi,

Théorically it should do like that, but dont forget that a url is composed like :

Code:
http://mysite.com

so :

Code:
$d = $this->uri->segment(4);

return :

Code:
http

that's why i have some truble to deal with this case.

THKS


Messages In This Thread
Passing url as parameter from view to controller - by El Forum - 01-18-2012, 05:20 PM
Passing url as parameter from view to controller - by El Forum - 01-18-2012, 06:31 PM
Passing url as parameter from view to controller - by El Forum - 01-18-2012, 08:52 PM
Passing url as parameter from view to controller - by El Forum - 01-19-2012, 12:15 AM
Passing url as parameter from view to controller - by El Forum - 01-19-2012, 12:49 AM
Passing url as parameter from view to controller - by El Forum - 01-19-2012, 12:50 AM



Theme © iAndrew 2016 - Forum software by © MyBB