I have a TreeView in my php file and i want to get selected tree value in my php code to for further process. I am able to see my selected value in alert box but not receiving in php script. I am using zTree. Any help! Thanks in advance
here's my js function
function showLog(str)
{
alert(str); // str variable as Selected Value in alert box
// i want this str value in php code.
}