Re: handling of checkboxvalues

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

 



umm,

ok... if you put your using echo: 

<?
echo "<input type='checkbox' name='aus_id[]'
value='{$aus_konto['konto']}'>";
?>

Or over html :

"<input type='checkbox' name='aus_id[]' value='<?=
$aus_konto['konto'] ?>'>"

On this way both samples must be ok.....


Good luck....

Luis Morales 


On Sun, 2006-02-12 at 10:33 +0100, Ruprecht Helms wrote:
> 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
> 
> -- 
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
-- 
---------------------------------------------------------------------------------
Luis Morales 
Consultor de Tecnologia
Cel: +(58)416-4242091
---------------------------------------------------------------------------------
"Empieza por hacer lo necesario, luego lo que es posible... y de pronto
estarás haciendo lo imposible"
---------------------------------------------------------------------------------

-- 
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