Lonewolf217 said:what selected option. are you referring to the select elements in edit mode for a couple of your rows where you are trying to save the new value ?
Hi,
In fkm_test.php changed the following :
url: “fkm_display.php?app=$app_selected”, ==> url: “fkm_display.php?app=”+app_selected,
In fkm_display.php removed “echo $SQL;” and it worked.
Now i have another issue.
From the drop down if i select the Application and hit Submit its showing the information.
After the information is populated, if i reselect another application and hit Submit its not loading the new information. Only old information is present. how do i reload the grid when i re-submit the application names 'n' number of times.
-Franklin