我有下一个代码,它不打印 var 的值$item。我如何让它返回项目的值。
<?php
$item = "wewewe";
$plu = $_POST[‘plu’];
$img = $_POST[‘img’];
$password = $_POST[‘password’];
echo '<tr>
<td><input type="checkbox"></td>
<td>'.$item.' </td>
<td>666</td>
<td> <img src="apple.jpg" alt=""> </td>
</tr>'
?>
忽然笑
一只斗牛犬