0
I have this code that loads the image of the player according to its name, it is possible to complement this code by loading a default photo, when the code does not find the photo of the player?
$player_img = "players/" . $row['LastName'] . "_" . $row['FirstName'] . ".png";
Thank you so much for helping, the code worked but the photo is loading at the top of the page and not at the place where it should be loaded.
– Maycon Jardim
I recommend creating another question in the OS for this.
– Giancarlo Abel Giulian