hi all,
im new, i have a dropdown menu and with load() i want to call a data.php file which sends the value of the selected item from the menu to the php file and then take the results from an xml file.
now the code is : $('#display').
load('data.php', { 'value1': value} but it doesnt seems the value1 to be send to the data.php where i have $q=$_GET["value1"]; to take the value1.
sorry for my bad english