$mas = mysql_query
( "select * from
`m_player` where id='" .
$id . "';") ;
if ( mysql_num_rows ( $mas ))
{
$rep = mysql_fetch_array
( $mas ) ;
if ( $rep [ 'tal' ] == 3 ||
$rep [ 'mas' ] => 50 ) {
echo '<div
class="c">Игроку c
талантом 3 нельзя качать
больше 50 мастерства</
div>' ;
require_once ( "../
incfiles/end.php" ) ;
exit;
}
} может с кодом что не так?