[eluser]theighost[/eluser]
hi,
I am using codeigniter for a site and need to make a script that makes the following :
I have a dropdown list named "states" for example,and another drop down list named "cities".
I want when i select a state the "cities" dropdown list to refresh automaticly,showing the cities in the state selected.
I saw many scripts on the net...but they were not for codeiginter and they were using the method get, which i dont really know how to apply it in codeigniter.
BTW the states and the cities are taken from a database and are not static info.
any help would be appreciated.