Search found 2 matches
- Sat Feb 08, 2003 4:01 pm
- Forum: PHP - Code
- Topic: need help with probable recursive situation
- Replies: 2
- Views: 1346
Many thanks for the assist. After a bit of debugging, I came up with the following, which works great. I don't think I would have thought of using the modulus operator no matter how long I stared at it. I very much appreciate you taking some time with it. Ross <?php $product_options = array( array(&...
- Fri Feb 07, 2003 8:26 pm
- Forum: PHP - Code
- Topic: need help with probable recursive situation
- Replies: 2
- Views: 1346
need help with probable recursive situation
I've got a situation that's driving me buggy. Maybe someone can give me a hand. Given a multidimensional array like this: $product_options = array( array("red","blue","green"), array("small","medium","large"), array("longsleeve",&...