Re: handling of checkboxvalues

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Luis Morales wrote:
Well,
you can do this...



form name='my_form' method='post' action='form.php'
ENCTYPE='multipart/form-data'
<input type='checkbox' name='user_loeschen[] value="<?= $id ?>" id="<?=
$id?>">
<input type="submit" name="submit" value="send form">
</form>

Actually I have written this script to check the checkbox. This bring me an error telling me that I have forgot to set a ; but I think I ve coded something wrong with simple and dopple quots.

Regards,
Ruprecht

<html>
<head>
<title>Test</title>
</head>
<body>
<form>
<?
echo "<input type='checkbox' name='aus_id[]' value='".$aus_konto["konto"]".&erl=I'>";
?>
</form>
</html>
-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux