How do I get the value of the checkbox in the code below? ... <?php if ($mysqli->connect_errno) { echo "<pre>Falha na conexão:\n"; print_r($mysqli->error); ...
確定! 回上一頁