hi all,
can we call the parameter like this. And pass the value to javascript..
<?php
$sql3="select userid from projectassign where projectassign='$projectassign'";
mysql_error();
$idresult=mysql_query($sql3);
$idarry=mysql_fetch_array($idresult);
?>
<td><select id="prolist" name="projectassign" onchange="return enable(<?php echo $idarry;?>)">//can we do like this.