One of the expert told me the solution of your problem is AJAX.,PHP and JAva scripts have no solution for this problem.
arthans <[EMAIL PROTECTED]> wrote: What code have you tried so far that was not effective? Do you have specific questions on the code that you have already written, and why you think that it did not work? Art ----- Original Message ----- From: imran shafiq To: [EMAIL PROTECTED] ; [EMAIL PROTECTED] ; [EMAIL PROTECTED] ; [EMAIL PROTECTED] ; [EMAIL PROTECTED] ; [email protected] Sent: Monday, October 30, 2006 6:45 AM Subject: [php_mysql] Question for PHP/MySQL Dear Experts I am facing following problem, Please give me the solution I am very thankful to you: 4 drop down lists 1) Customers 2) Alphabets 3) Branches 4) Depts Required selection order 1) Select customer 2) Select alphabet 3) Select branch OR Select Dept i.e. If Branch selected, Depts dropdown disable If Depts selected, Branch dropdown disable But both are not selected at a time. Finally submit ther selected values. e.g. 1) Select IBM from Customer combo 2) Select D from Alphabet combo Now Branch combo contains all the branch names start with character D only i.e. Denver branch, Dallas branch e.t.c. in Branch combo and Now Dept combo contains all the dept names start with character D only i.e. Dispatch Dept, Data comm. dept e.t.c. in Dept. combo 3) Select Branch from Branch combo OR Select Dept from Dept combo 4) Click Submit button. Now submited values are: IBM , D , Denver Branch OR IBM , D , Dispatch Dept. Tables Customer : Customer_id, Customer_name Branch: Branch_id, Branch_name, Customer_id Dept: Dept_id, Dept_name,Customer_id Alphabet: Alphabet_id, Alphabets Send instant messages to your online friends http://uk.messenger.yahoo.com [Non-text portions of this message have been removed] [Non-text portions of this message have been removed] Send instant messages to your online friends http://uk.messenger.yahoo.com [Non-text portions of this message have been removed] The php_mysql group is dedicated to learn more about the PHP/MySQL web database possibilities through group learning. Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/php_mysql/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/php_mysql/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
