with XOR try this $a = 0; echo $a ^ 1; $a = 1; echo $a ^ 1;
hope that helps ralph [email protected] "John Butler" <[email protected]> wrote in message news:[email protected]... > quick Q: > I have this inside a foreach{} that I want to alternate between on > and off so I can alternate the background-color of my <tr>'s. > > $tableRowBGcolorBoolCounter != $tableRowBGcolorBoolCounter; //-boolean > on and off > > I am looking thru' docs and books, but can't remember (nor find now) > in PHP how to say "inverse your value" (to a boolean). > ? > > TIA! -G > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

