RE: [PHP] while-do +array
- From: steven@xxxxxxxxxxxxxxxxxxxxx ("Steven Macintyre")
- Date: Wed, 31 Oct 2007 16:20:25 +0200
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
.
- Follow-Ups:
- RE: [PHP] while-do +array
- From: Robert Cummings
- RE: [PHP] while-do +array
- References:
- while-do +array
- From: "Steven Macintyre"
- Re: [PHP] while-do +array
- From: Robert Cummings
- while-do +array
- Prev by Date: Re: Re: [PHP] FW: Reaching the PHP mailing list owners
- Next by Date: RE: [PHP] while-do +array
- Previous by thread: Re: [PHP] while-do +array
- Next by thread: RE: [PHP] while-do +array
- Index(es):