Chained Select Boxes using PHP / MySQL /...
Posted by Rob in
AJAX,
Code Snippets,
MySQL,
PHP on 08 5th, 2009 |
22 Comments
So, I got sick of using multiple singular select boxes. For this latest project I ended up with a table containing a category and text. About 500 entries. I used the AJAX from http://dhtmlgoodies.com
Source Files: DOWNLOAD
Check out the DEMO
The MySQL is simple, just an id, category and text field. There...