At 17:10 26-2-03, you wrote:
I have a conditional that looks like this:
if ((is_array($HTTP_POST_VARS['cart_quantity'])) &&
(is_array($HTTP_POST_VARS['products_id']))){
//do stuff
}
The evaluation returns false. What makes this confusing is just before
this block, for debugging purposes, I
G'day all. I'm trying to hack some code, and I've run into a goofy problem.
I have a conditional that looks like this:
if ((is_array($HTTP_POST_VARS['cart_quantity'])) &&
(is_array($HTTP_POST_VARS['products_id']))){
//do stuff
}
The evaluation returns false. What makes this confusing is
2 matches
Mail list logo