> >Ok, I found out what the problem was.  I'm still curious
> >why the problem is occuring.
> >> if( $tmpArray[errorNumber] & $typesToDisplay ) {  
> you're using the bitwise & when you want the logical &&

No, I actually wanted to use the bitwise &.  I wanted to see
if the "errorNumber" was in $typesToDisplay.

Chris

Reply via email to