2
I have to create a folder on the online server.
The file that creates folder is on site.com.br/example/.php file
I need to create the folder at the root of the site, example: site.com.br/files/name_folder
But every time you say that there is no directory informed. I think it is because I am not putting the correct URL. I know that if you do mkdir(site.com.br) it doesn’t work... how to proceed?
I’m using the remote mkdir("/public_html/filemanagerarquiv", 0777);
the site is within public_html.
Put the code you’re using!
– RFL
Edited friend!!
– Thiago
Put the PHP code you are using, there is some variable that takes the base URL of the project?
– RFL
Take a look at that answer, it might help. http://answall.com/questions/124407/como-crea-uma-pasta-para-cada-usu%C3%a1rio-em-php
– Augusto