0

The above error appears whenever I uploaded my files to server, but I locally I don't see any errors. I even replaced all the codes to upload the files again, but I am getting the same error.

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
AssamGuy
  • 1,571
  • 10
  • 30
  • 43

0 Answers0