Re: [PHP] Creating Directories

2002-10-25 Thread Justin French
Look them up in the manual!

http://php.net/mkdir


on 26/10/02 3:23 AM, Stephen ([EMAIL PROTECTED]) wrote:

> 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]>
>> Sent: Thursday, October 24, 2002 8:27 PM
>> Subject: RE: [PHP] Creating Directories
>> 
>> 
>>> 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
>>> 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
>>> 
>>> 
>>> 
>>> --
>>> PHP General Mailing List (http://www.php.net/)
>>> To unsubscribe, visit: http://www.php.net/unsub.php
>>> 
>>> 
>> 
> 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] Creating Directories

2002-10-25 Thread John W. Holmes
Please do a little reading on your own.

Ulink(), I think... it's in the same manual section as mkdir().

---John Holmes...

> -Original Message-
> From: Stephen [mailto:webmaster@;melchior.us]
> Sent: Friday, October 25, 2002 4:30 PM
> To: PHP List
> Subject: 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: Friday, October 25, 2002 1:32 PM
> Subject: Re: [PHP] Creating Directories
> 
> 
> > www.php.net/mkdir
> >
> > ---John Holmes...
> >
> > - Original Message -
> > From: "Stephen" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Friday, October 25, 2002 1:23 PM
> > Subject: Re: [PHP] Creating Directories
> >
> >
> > > 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]>
> > > Sent: Thursday, October 24, 2002 8:27 PM
> > > Subject: RE: [PHP] Creating Directories
> > >
> > >
> > > > 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
> > > > 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
> > > >
> > > >
> > > >
> > > > --
> > > > PHP General Mailing List (http://www.php.net/)
> > > > To unsubscribe, visit: http://www.php.net/unsub.php
> > > >
> > > >
> > >
> >
> >
> 
> 
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




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 you then delete a directory?
>

  http://www.php.net/manual/en/function.rmdir.php

- E

...[snip]...

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




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 Directories


> www.php.net/mkdir
>
> ---John Holmes...
>
> - Original Message -
> From: "Stephen" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, October 25, 2002 1:23 PM
> Subject: Re: [PHP] Creating Directories
>
>
> > 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]>
> > Sent: Thursday, October 24, 2002 8:27 PM
> > Subject: RE: [PHP] Creating Directories
> >
> >
> > > 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
> > > 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
> > >
> > >
> > >
> > > --
> > > PHP General Mailing List (http://www.php.net/)
> > > To unsubscribe, visit: http://www.php.net/unsub.php
> > >
> > >
> >
>
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




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 Applications Development *

/*
Vote anarchist.
*/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




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]>
> Sent: Thursday, October 24, 2002 8:27 PM
> Subject: RE: [PHP] Creating Directories
>
>
> > 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
> > 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
> >
> >
> >
> > --
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
> >
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




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
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



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[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