I am in need of some help here.. What I am trying to do is...
Say I have a database with Name,Address,Phone.... Now on my web page I have PHP populate a dropdown box with all the names.. I need to be able to select a name from the dropdown list and have address,and phone populated automatically WITHOUT refreshing the page, Then these vaules need to be submitable back to a database, or at least there IDs... I know I need to use javascripts to do this.. Currently I am trying to have PHP generate a javascript multi dem array that will hold all the info for the names in the dropdown, but i can't get it to work and I am not sure how to make the java script select certain things from the array to go into certain text feilds.. Any help would be greatly appreciated...