[eluser]toopay[/eluser]
I never use two comparison on while statement, just specify one comparison there and if you need more comparison, its better to put it at do looping state with 'continue' or 'break' flag. And if you deals with number type, use '=', '<', '>', '=>' or '=<' instead '!='.