I am trying to made a folder in wwwroot directory using DIR_FS pls tell How can i made a folder.

How can i upload image in php

How can i made a folder in wwwroot directory

    Hi vimal

    $folder_destination = "../example/path to folder";
    mkdir("$folder_destination/FolderName", 0751);

    I hope it helps

    🙂

      Write a Reply...