Re: [PHP-DB] Pulling a data from array of checkboxes

2002-07-27 Thread Cornelia Boenigk
Hi > In a new page how can I pull the data from a MySQL database according to > each value I passed from a previous page? Not tested, just an idea;-) For example $chk[0] contains 12345, the value of checkbox1 $chk[1] contains 67890, the value of checkbox2 and so on. $val) { $sql = "SELECT

[PHP-DB] Pulling a data from array of checkboxes

2002-07-27 Thread V Sharapov
I am passing a value of checkboxes in a form to a new page like this (see example here: http://www.gibsonusa.com/test/check/) In a new page how can I pull the data from a MySQL database according to each value I passed from a previous page? In other words: Assume that the value of a checkbox eq