[PHP] Create a new directory on server.

2004-01-31 Thread francesco
Hi all, is there in PHP a function that create a new directory on server? Regards, Frank www.automationsoft.biz

Re: [PHP] Create a new directory on server.

2004-01-31 Thread Stuart
[EMAIL PROTECTED] wrote: is there in PHP a function that create a new directory on server? RTFM - http://php.net/mkdir -- Stuart -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Create a new directory on server.

2004-01-31 Thread Burhan Khalid
[EMAIL PROTECTED] wrote: Hi all, is there in PHP a function that create a new directory on server? Regards, Frank www.automationsoft.biz Don't send your messages high priority. They are not high-priority. -- Burhan Khalid phplist[at]meidomus[dot]com -- PHP General Mailing List

Re: [PHP] Create a new directory on server.

2004-01-31 Thread John Nichel
[EMAIL PROTECTED] wrote: Hi all, is there in PHP a function that create a new directory on server? Regards, Frank www.automationsoft.biz Wow, who would have thought that one could find the answer to a php question in the php manual... http://us2.php.net/manual/en/function.mkdir.php --

Re: [PHP] Create a new directory on server.

2004-01-31 Thread Leif K-Brooks
[EMAIL PROTECTED] wrote: is there in PHP a function that create a new directory on server This is a serious case of needing to RTFM. www.php.net/mkdir -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php