[PHP] Re: problem with arrays. Please Help!!

2001-09-26 Thread ewunia
each (array_keys($haystack) as $key) > > if ($strict) > if ($haystack[$key] === $needle) return $key; > } > else > if ($haystack[$key] == $needle) return $key; > } > } > return FALSE; > } > > > "Ewunia" <[EMAIL PROTECTED]> wrote in message

[PHP] problem with arrays. Please Help!!

2001-09-25 Thread ewunia
Hello, I need some help with checkboxes and multiple arrays, Here is the peace of code I am working with, and it gives me a list of products. This is the while statement which grabs information from the database: $tplv .= ""; $P.="$P"; $tplv .= "". $actual.""; $tplv .= "". $actual.""; $tplv .=