Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Something weird is happaning when ever it loads the "Select" list from the ajax.php file i dont get the values when I submit the page... why can't I get the dropdown list value?

this is what im doing to recive the list: PHP Code: http://pastebin.com/pH8sMbNU

this is my code on the main PHP file: PHP Code: http://pastebin.com/BT1QHnKy

The ajax_dlists.php: PHP Code: http://pastebin.com/M900AniE

UPDATE

This is the page output http://hugelike.com/experts/test.php (Its in hebrew if you dont mind

this is the test.php page code: http://pastebin.com/seKnmi0E

I've deleted everything which wasn't necessary.

share|improve this question
Can you show an example of the generated HTML? – sje397 May 19 '11 at 15:05
Out of problem comment: use $("#result'.$arr['id'].'").load(..uri..) instead of $.post(.. { $("#result'.$arr['id'].'").empty(); $( "#result'.$arr['id'].'" ).html(data) } ); – Phillip Kovalev May 19 '11 at 15:08
really hard to read, please show a html page that is being generated, from the looks of it you're not even posting the drop down box value at all – David Nguyen May 19 '11 at 15:18

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.

Browse other questions tagged or ask your own question.