比如我写的这句
echo "<a href='showok.php?id=$id'>$userid</a>";
报错显示id没有定义这里的id要怎么定义呢?
echo "<a href='showok.php?id=".$id."'>".$userid."</a>";