Create Folder On Server Upon Registration

后端 未结 4 1499
借酒劲吻你
借酒劲吻你 2021-01-15 16:40

I wonder whether someone could help me please.

I\'ve been trying to find a tutorial or examples of how to automatically create a folder in my server upon \'user regi

4条回答
  •  春和景丽
    2021-01-15 17:28

    You could use something like exec() to run a system command like mkdir http://php.net/manual/en/function.exec.php

提交回复
热议问题