Posts by Jonas • 21 points
1 post
-
2
votes2
answers12115
viewsA: Create folder in php
To create in a directory above, simply replace the "DIR" by "." for example: mkdir('../arquivos/nome_da_pasta/', 0777, true);
1 post
2
votes2
answers12115
viewsTo create in a directory above, simply replace the "DIR" by "." for example: mkdir('../arquivos/nome_da_pasta/', 0777, true);