PHP mkdir sorunu

2 Cevap php

mkdir("/people/jason", 0700, TRUE);

DOĞRU = PHP 5 ve sunucu 5.2.5 çalışıyor ama olsun recursive:

Warning: mkdir() expects at most 2 parameters, 3 given in 
/home/net1003/public_html/admin/_createPage.inc on line 5

2 Cevap

yerine komut satırı arayüzü üzerinden bu özel komut dosyası yayınlanıyor? PHP 4 sürümü, mod_php sürüm 5 iken mümkündür.

Bu benim kod hepsi bu.

I want to create a directory on the web server after a user is added to the MySQL database. Each user gets their own directory with a default index.php page and I am trying to do this programatically rather than manually.