Follow along with the video below to see how to install our site as a web app on your home screen.
Бележка: This feature may not be available in some browsers.
<input type="checkbox" name="vehicle" value="Car" checked>
selec * from news ....
if $row['is_i_checked'] == 1 {echo "<input type="checkbox" name="luda_novina" value="Луда новина" checked>"}
else if $row['is_it_checked'] == 2 {echo "input type ...
explozen каза:А как да запиша че е чекнато?
if ($_POST['like'])
{
if ($_POST['like'] != "yes" and $_POST['like'] != "no") die("Hacker");
mysql_query("INSERT INTO likes ('id', 'like') VALUES ('', '".$_POST['like']."')");
}
?>
<form method="post" action="yourscript.php">
<input type="checkbox" name="like" value="yes"/>Yes
<input type="checkbox" name="like" value="no"/>No
</form>