hey all,
here is my query to my database
$result_pi = mysql_query("SELECT * FROM players WHERE teamid = '".$gm_team2."' AND position != 'G' and status = 'Healthy' AND registered = '1' ORDER BY lname");
this works fine, but i am trying to add in as well status = 'Rookie'
When i try and add this, both the status things work against each other. How can I get this query to bring up both of them.
thanks
mC