Jump to content

nahydy

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Female

nahydy's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I tried the two methods but none of them created my directories. But i tried this and worked well: shell_exec('mkdir /var/www/test/toto'); I have a question: why using @ before chmod and mkdir? And thank you for helping me.
  2. No it don't show any error, and there is no directorie created into the /var/www. I created a directorie test into the /var/www and change owner to www-data. But when i tried to make this mkdir('/var/www/test/toto',0777,true); there is no toto into my directorie. I don't see where the problem is.
  3. Hi, I have a little question: how can i create a directorie with php because this line of code seems not working: mkdir('/var/www/toto',0777,true);
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.