Posts by Alexandre Prezzi • 1 point
2 posts
-
0
votes2
answers45
viewsQ: Deleting files from a PHP directory
I have a directory with images and need that each time you start the program the images are deleted except one. I have for now the following code: $dirtmp = "fotos/tmp"; $ditmp = new…
-
-2
votes1
answer170
viewsQ: cannot GET // React
We created our first project in React, local everything works normal.. When we host on the web ... the system enters the address for example https://www.dominio.com/painel_teste At that moment…