Posts by Maycon Jardim • 23 points
2 posts
-
1
votes1
answer386
viewsQ: Return date with Brasilia Timezone
Does anyone know how I put Brasilia’s time zone in this code? $file_path = "file.zip"; $file_update = date ("Y-d-m G:i:s", filemtime($file_path)); $date = date("n/j", filemtime($file_path)); $hours…
-
0
votes2
answers182
viewsQ: Load alternative image in case you don’t have the correct image
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?…
phpasked Maycon Jardim 23