开发者

How does one add a directory to a web host through code?

开发者 https://www.devze.com 2023-02-12 12:44 出处:网络
I am working on a web application on a web host server. The server is an Apache server running MySQL and I am using PHP. My server is on 000webost.com . I am trying t开发者_开发百科o code so that a ne

I am working on a web application on a web host server. The server is an Apache server running MySQL and I am using PHP. My server is on 000webost.com . I am trying t开发者_开发百科o code so that a new directory is added to the server every time a new test is created in my application. How would I do this?


you can create a new directory w/ PHP's mkdir('mydir', 0777);

PHP mkdir

0

精彩评论

暂无评论...
验证码 换一张
取 消