echo "<a href='../video_show/v_show.php?tid=".$row_Recordset1['ct_id']>."'>".$row_Recordset1['ct_title']."</a>";
PHP
------解决方案--------------------
echo "<a href='../video_show/v_show.php?tid=".$row_Recordset1['ct_id']."'>".$row_Recordset1['ct_title']."</a>";
这样写是否清晰点?
echo "<a href='../video_show/v_show.php?tid=$row_Recordset1[ct_id]'>$row_Recordset1[ct_title]</a>";