每当我将文件上传到服务器时,都会出现上述错误,但我在本地没有看到任何错误。我什至替换了所有代码以再次上传文件,但我遇到了同样的错误。
if( in_array(31, $booked_seats)) {
echo '<input type="checkbox" disabled="disabled" checked="checked" class="chkbx" style="margin-right:5px; margin-left: 10px; margin-bottom: 5px;" /> ';
} else {
echo '<input name="book[]" type="checkbox" value="31" class="chkbx" style="margin-right:5px; margin-left: 12px; margin-bottom: 5px;" /> ';
} //line number 3170