Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have develop 3 pages ....1) Usermgmt.php--- Form of user registration in this file I call dropdown function from my common class file. 2)User.js is jquery file after selecting dropdown id will get and for further process to send ajax-user.php 3) ajax-user.php --- show the second dropdown list dependt on the value of 1 dropdown.

Problem is that I want to pass the 2nd dropdown value from object in ajax file or either .js file var str to pass on 1st page. I am trying by $_POST['unitid'] but it will not... any once can help me ......

share|improve this question
2  
Can you share some code? With this description only it is hard to help you (without a lot of guessing). – John Aug 18 '12 at 14:58
Give us some code, your description is very ubiquitous and will probable be closed – Peter Aug 19 '12 at 12:03

migrated from webmasters.stackexchange.com Aug 19 '12 at 10:56

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.