如何调用标题为href


How to call the header for href

这是我登录时显示的标题

"system/index.php?id=2"

我想在标题中调用链接,这样我就可以编辑文本区,我应该在我的代码中添加什么代码…

echo "$row[Describes] < a href = 'index.php?edit=$row[No]' > edit < /a >
 echo $row['Describes'].' <a href="system/index.php?edit='.$row['No'].'>Edit</a>';