RE: Re: deleting records using a checkbox

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

 



> Since this is not valid HTML - how would you
> accomplish this using valid HTML?
> 
> > <INPUT TYPE="CHECKBOX" NAME="DELETE[<?php echo
> message_id ?>]"
> > VALUE="Y">

How is that not valid HTML? You could use:

<input type="checkbox" name="delete[]" value="<?=$message_id?>">

---John Holmes... 



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