I wonder what is wrong with this select statement. this is the error i am getting:
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/www/mp28.bit-mp.biz/CardRegistration2.php on line 47
$query = "SELECT PlayerName FROM Players where TeamName = .$row['Team1']";