hi
i need to write a javascript function in which i need to update the record by passing a javascript variable and i have tried in this format but no solution can any one help me for the following
reply me ASAP
regards
yuvaraj
i need to write a javascript function in which i need to update the record by passing a javascript variable and i have tried in this format but no solution can any one help me for the following
Code:
function assigntask(assignedperson,[B]userid[/B])
{
alert(userid);
var test = <? mysql_query("update mytable set assignedto='test454' where id='[B]+userid+'[/B]");?>
}
regards
yuvaraj
Comment