I am running a simple for loop.
I want the loop counter to be appended to the end of a variable inside my loop, is this possible. ie:
Code: Select all
for($dim_count=1; $dim_count<6; $dim_count++){
if($vol_height_".$dim_count."){
do some thing.....
}
}Thanks,
Rob.
}