Re: How to define array variable while accessing it ???

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

 



"Matt M." <h.dudeness@xxxxxxxxx> wrote in message
news:7d458020040628114862c2d150@xxxxxxxxxxxxxxxxx
> >              <TD><DIV ALIGN="CENTER"> <input type="checkbox" name="<?
printf("chk_arr[%d]",$i); ?>" value="<?=$row[0]?>" ></DIV></TD>
>
> setup your checkbox something like this:
>
> <input type="checkbox" name="delete[]" value="<?=$row[0]? />
>
> php will treat this as an array

The closing php tag and quote of the value attribute was missing:

<input type="checkbox" name="delete[]" value="<?= $row[0] ?>" />

Regards, Torsten Roehr

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