I have this code that loads the player's image according to its name, is it possible to supplement this code by loading a default photo, when the code does not find the player's photo?
$player_img = "players/" . $row['LastName'] . "_" . $row['FirstName'] . ".png";