in reply to && and ne

Cut'n'paste the actual code that "doesn't work" and cut'n'paste the actual error message. Just a guess, but could it be that you actual code looks like this:

if($myrowidarray[$myint] ne "del" && $myrowidarray[$myint] ne "cal") && $myrowidarray[$myint] ne "foo")

which has an extra ")". (But that is just a guess.)

        - tye (but my friends call me "Tye")