phpbar.de logo

Mailinglisten-Archive

[php] mkdir

[php] mkdir

Andreas Otto andreas_(at)_noho.co.uk
Tue, 29 Feb 2000 18:01:12 -0000


> mir kommen immer Error Meldungen
>
> <?
> $date = date("y-m-d");
>   mkdir(/homepages/$date);
> ?>


wenn du dir den auszug aus dem handbuch anschaust duerfte dir aufffallen was
falsch ist:

mkdir
mkdir -- make directory
Description

int mkdir(string pathname, int mode);

Attempts to create the directory specified by pathname.

Note that you probably want to specify the mode as an octal number, which means
it should have a leading zero.


mkdir("/path/to/my/dir", 0700);


Returns true on success and false on failure.


und unter windows brauchst du das gar nicht erst versuchen.

liebe gruesse,
andreas

--
Andreas Otto

NoHo Digital Ltd,
Floor 2, Canberra House,
315 -317 Regent Street
London W1R 7YB

Reception 0171 299 3434
Fax 0171 631 5050
http://www.noho.co.uk



php::bar PHP Wiki   -   Listenarchive