Degradable PHP/AJAX forms
March 17, 2006 6:23 AM
Subscribe
PHP/AJAX: Say I have a form with 3 SELECT's - country, state/province, city. I'm looking for a something that will update the SELECT's from the server using AJAX if possible, but will also degrade to the non-AJAX version for people that have JavaScript disabled. Can anyone recommend a PHP library that can do that?
posted by Sharcho to computers & internet (7 comments total)
Just include javascript on the page to select (or limit) the values you want (or want to hide).
posted by orthogonality at 6:29 AM on March 17, 2006