What PHP libraries would you recommend to implement the following:
Essentially, I'd like to create an XML database and wire up a form that allows the user to select three different dependent parameters:
Even though I would like to use PHP and XML, the general problem is:
The solution must be efficient, simple, reliable, and cross-browser.
What technologies would you recommend to solve the problem?
Thank you!
I'd say jQuery and the Autocomplete plugin.
autocomplete()
result
event of the dropdowns, storing the selected option.DOMDocument
and DOMXPath
to get the data, the autocomplete plugin has built-in client side caching do ease load on the server