hi! i just want to know, is it possible to pass the value of a variable coming from javascript to php?? knowing that the variable is inside a function??
function (id,ind)
{
var clicked_row = id;
}
i want to pass the value of clicked_row to php..
thanks in advance ^_^