For Programmers: Free Programming Magazines  


Home > Archive > PHP DB > February 2006 > Re: [PHP-DB] handling of checkboxvalues









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Re: [PHP-DB] handling of checkboxvalues
Luis Morales

2006-02-13, 8:02 am

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:
> 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"
---------------------------------------------------------------------------------
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com