Hi all.. really need a help. this is looks easy peasy but I can't solve it :(
I want to make a link from lesson ID to a details of the selected lesson ID. <td> "<a href='details.php?lessonID=". $lessonID ."'> </a>" </td>
when I run the coding the following error appear on that line.
Parse error: parse error, expecting `','' or `';'' in C:\xampp\htdocs\lina\resultlink.php on line 65.
How the details page should be constructed so that the lessonID can be passed to it.?
many thanks for your help.
-tulip