Heres my situation:
I have a select menu that when the onchange event fires I want javascript to pass the value to PHP, which will list entries from a database. I havent ever used WDDX for javascript or PHP, I found some resources on how to serialize and deserialize with PHP, but some examples would really help me out.
<select name="table" onchange="Table()">
<option value="1021_M_1">Section 1021: Module 1</option>
<option value="1021_M_2">Section 1021: Module 2</option>
</select>
thats an example of my select menu, and I need it to pass the 1021_M_1 or 1021_M_2 value to my PHP script which access the entries and posts them to the screen. heres the link to what I currently have.
http://www.data-nexus.com/Training/Bank/Bank_Editor.php
username:datanex
password:webdev999
this is just a test I have up now so please look at it to see what Im wanting to do.

Thanks

    Sorry....
    For some reason the page I had uploaded wasn't working correctly.

    Its up now and will show what Im trying to do

      aehm... where is the coherency between ur Script and the usage of wddx?? 😕

        Write a Reply...