Is there an easy way to make cascading select boxes using php?
At the moment I have my php querying a database and filling a javascript array with all the values that are needed for the cascading select boxes and it is very long and messy. Javascript then handles the actual changing of the data in them. It does not help that my javascript is not very good.
Is there a purely php way of doing it?
Any help greatly appreciated.
Thanks