hi all


I need a simple php script to use for html



<form action="checkbox.php" method="post">
  Select from the list <br /> (check all that apply):<br />
  <input type="checkbox" name="list[]" value="x">
 <input type="checkbox" name="list[]" value="y">
<input type="submit" name="submit" value="Go!" />
</form>

kind regards
meberat

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to