我试图仅在 php/html 中 $edit = 1 时显示两列。所以做了以下事情:
<?php
if ($edit == 1)
{
<td align="center"><a href="editor/editor.php?id=<?php echo $row["id"]; ?>" onclick="handleLinkClick(event);">Edit</a></td>
<td align="center"><a href="removedoc.php?id=<?php echo $row["id"]; ?>" onclick="swalremove(event);">Remove</a></td>
}
?>
但我收到一个错误:
Parse error: syntax error, unexpected '< on line 177
我该如何解决这个问题?
慕沐林林
温温酱
拉丁的传说