Welcome Guest, Not a member yet? Register   Sign In
How can I convert this "get_cities.php?country='+country" to CI way?
#5

[eluser]Aniket[/eluser]
i think u are looking for something like..
"base_url_of_site/index.php/controller/get_cities/city_name"

while accessing the city name use
Code:
$this->uri->segment(3);

This shud work


Messages In This Thread
How can I convert this "get_cities.php?country='+country" to CI way? - by El Forum - 01-08-2010, 03:38 AM



Theme © iAndrew 2016 - Forum software by © MyBB