Welcome Guest, Not a member yet? Register   Sign In
A question about routing
#1

[eluser]behnampmdg3[/eluser]
I want this url to go to index function and pass 2 arguments to it:
Code:
http://test.flatmates.com/Share-Accommodation/south-bridge/1231

Code:
$route['Share-Accommodation/(:any)/(:any)'] = 'goldcoast_share_accommodation/index/(:any)/(:any)';



At the moment the arguments are (:any) and (:any) instead of south-bridge and 1231 !

What can I do?

Thanks




Theme © iAndrew 2016 - Forum software by © MyBB