hi all,
i need to print the value in sql2.but it is not printing it. but if i execute the same query in mysql it is giving the value. so please check this.
thank u.
$sql2="select allocatedmemory from projects where projectname='$projectassign'";
mysql_error();
$d=mysql_query($sql2);
$data1=mysql_result($d,0);
echo '$data1';