Posted by Bent Stigsen on 06/01/06 21:34
rlee0001 wrote:
>> "==" vs. "="...
>
> Thanks for the quick response Oli. I actually made that error in
> creating the example I posted. My orignial code actually does a "!=". I
> found that assigning to variables within the FOR works...eg:
>
> $a = $myarray['a'];
> $b = $myarray['b'];
> $c = $myarray['c'];
>
> Then I can use $a..$c within all structures inside the loop fine. Very
> strange.
It really shouldn't be necessary. Give your code that produced the
erroneous output another look, or post it here.
/Bent
Navigation:
[Reply to this message]
|