Hey,

I'm trying to run multiple WHERE statements in a single query but it's not working out. How would I do this?

[CODE=php]$q1=("SELECT * FROM roster WHERE (Position<='4' AND Terminated='0') ORDER BY Position");[/CODE]