mkdir("/people/jason", 0700, TRUE);
TRUE = Recursive in PHP 5 and the server is running 5.2.5 but I get:
Warning: mkdir() expects at most 2 parameters, 3 given in
/home/net1003/public_html/admin/_createPage.inc on line 5
mkdir("/people/jason", 0700, TRUE);
TRUE = Recursive in PHP 5 and the server is running 5.2.5 but I get:
Warning: mkdir() expects at most 2 parameters, 3 given in
/home/net1003/public_html/admin/_createPage.inc on line 5
That is all of my code.
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.