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