Re: [PHP] Creating Directories

2002-10-25 Thread Justin French
>> To: "'Stephen'" <[EMAIL PROTECTED]>; "'PHP List'" >> <[EMAIL PROTECTED]> >> Sent: Thursday, October 24, 2002 8:27 PM >> Subject: RE: [PHP] Creating Directories >> >> >>> mkdir() >>> >

RE: [PHP] Creating Directories

2002-10-25 Thread John W. Holmes
: Re: [PHP] Creating Directories > > Thanks again but one more question. How would you then delete a directory? > > > - Original Message - > From: "1LT John W. Holmes" <[EMAIL PROTECTED]> > To: "Stephen" <[EMAIL PROTECTED]> > Sent

Re: [PHP] Creating Directories

2002-10-25 Thread @ Edwin
Hello, Please check the manual first before posting questions. ;) It seems like you're dealing with files/directories so you may want to read up a bit here: http://www.php.net/manual/en/ref.filesystem.php "Stephen" <[EMAIL PROTECTED]> wrote: > Thanks again but one more question. How would yo

Re: [PHP] Creating Directories

2002-10-25 Thread Stephen
Thanks again but one more question. How would you then delete a directory? - Original Message - From: "1LT John W. Holmes" <[EMAIL PROTECTED]> To: "Stephen" <[EMAIL PROTECTED]> Sent: Friday, October 25, 2002 1:32 PM Subject: Re: [PHP] Creating D

Re: [PHP] Creating Directories

2002-10-25 Thread Jason Wong
On Saturday 26 October 2002 01:23, Stephen wrote: > Thanks, but what are the parameters to make the dir? Try searching manual for: > > > mkdir() ?? -- Jason Wong -> Gremlins Associates -> www.gremlins.com.hk Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet

Re: [PHP] Creating Directories

2002-10-25 Thread Stephen
Thanks, but what are the parameters to make the dir? > - Original Message - > From: "John W. Holmes" <[EMAIL PROTECTED]> > To: "'Stephen'" <[EMAIL PROTECTED]>; "'PHP List'" > <[EMAIL PROTECTED]> >

RE: [PHP] Creating Directories

2002-10-24 Thread John W. Holmes
mkdir() > -Original Message- > From: Stephen [mailto:webmaster@;melchior.us] > Sent: Thursday, October 24, 2002 8:41 PM > To: PHP List > Subject: [PHP] Creating Directories > > Hello, > > I have a newsletter script with a very (going to be I hope) cool ski

[PHP] Creating Directories

2002-10-24 Thread Stephen
Hello, I have a newsletter script with a very (going to be I hope) cool skinning system. One part is creating a new skin and to do so, it needs to create a directory to hold the template files in. How exactly can this be done? Thanks, Stephen Craton http://www.melchior.us http://php.melchior.us