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
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 .=
2 matches
Mail list logo