Posted by rlee0001 on 06/01/06 18:00
> "==" 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.
-Robert
[Back to original message]
|