Hallo
ich habe eine PHP Variable $x wenn die eins ist soll die Checkbox abgehackt sein, bei null nicht. Wie mache ich das
<?php
$x;
?>
<form action="test.php" method="post">
...
RELEASE :<br><input type= "checkbox" name="RELEASE" /><br />
....
<input type="submit" name="submit" value="SENDEN" />
Danke
Tobi
ich habe eine PHP Variable $x wenn die eins ist soll die Checkbox abgehackt sein, bei null nicht. Wie mache ich das
<?php
$x;
?>
<form action="test.php" method="post">
...
RELEASE :<br><input type= "checkbox" name="RELEASE" /><br />
....
<input type="submit" name="submit" value="SENDEN" />
Danke
Tobi