Please help me with this problem.
<a href="specificmonthlyattreport.php?instructor_id=$inst_id&description=$description"><?php echo $userRow2['description']; ?></a>
It seems that the PHP variable is incompatible with html link :(
so I want to know what is the proper method.
TIA...