I am have been playing with this same model (Cascading Dropdown CSV) But cannot seem to be able to get it working for my needs.
Im trying to populate a two-level cascading dropdown link list, clicking select takes the user to the defined URL.
This should be super simple, but i cannot get it to work and i've messed up all the code.
How would I use PHP to read a CSV, populate into a dropdown, then direct to the corrosponding link? is this even possible?
CSV:
cat1,cat2,url
ford,mondeo,mondeo.html
ford,taurus,taurus.html
Thanks in advance! any insights or posts i've potentially missed would be appreciated.