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.
$("#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