RE: [PHP] while-do +array



Your subject line says "while-do" + array, following code contains
a
"do-while" loop.

Apologies :)

We can't debug the script very well without a
sample
input since we don't know how many times the loop "should" run. To
debug
yourself, try using print_r() to see exactly what the following
line of
code produces:

$options = explode(",", $armbase);


Array ( [0] => 4200_side_frame.jpg [1] => 4220_integral_frame.jpg [2] =>
flamingo_pu_armrest.jpg [3] => flexible_pu_armrest.jpg [4] =>
futura_standard_sleigh_base.jpg [5] => futura_universal_sleigh_base.jpg )

That's the output ... so the array is definitely ok ...

s
.


Quantcast