Hi everybody. I have a page with 3 combo box that contains rows from an oracle database. What I want to do, is to make those list dependant one from another. Let say that I have the combo boxes on a page1.php, then on change the first list box, reload the page1.php and make the selection of the second listbox, on change on the second box, the third listbox will be filled. Then, pressing the submit button, I want to go to the page2.php I dont want to use javascript. Does anyone knows where can I find an example to implement the dependant lists? Thanks in advance.