只是想将输入类型从文本更改为标签,因此不会显示它可以编辑.有办法吗?
例如,我在这里有一个输入标签
<td><input class='edit' type = 'text' style="height:90px;" name="ID[]" value='<?php echo
$row['ID']; ?>' maxlength="50" readonly="readonly"/></td>
Run Code Online (Sandbox Code Playgroud)
现在它不可编辑,但它看起来像一个文本框,我怎么能把它改成标签类型的外观?
使用此命令更改我的SQL表时出错
错误信息:
#1064 - You have an error in your SQL syntax;
check the manual that corresponds to your MySQL server version for the right
syntax to use near 'ALTER TABLE `report` AUTO_INCREMENT = 1, 30' at line 2`
Run Code Online (Sandbox Code Playgroud)
有什么想法吗?