I have a script the use to work:
$date = date("mdy");
mkdir("Y:/Daily_DisplayAds/todays_ads-$date");
But now I get this error:
Warning: mkdir() [function.mkdir]: No such file or directory in
C:\wamp\www\scripts\ad_finder\display_class.php on line 10
If I change "Y" to "C" it works, can anyone
Is it possible to FTP a folder and all it's content? I can do a file at a
time, but not a folder.
Also there is times when I will not know the folder name, so I would like it
to just upload everything it finds in the folder I set.
Is this possilbe?
Thanks
October 18, 2006 2:14 pm, Rob Kritzer wrote:
> I have a script the use to work:
>
> $date = date("mdy");
>
> mkdir("Y:/Daily_DisplayAds/todays_ads-$date");
>
> But now I get this error:
>
> Warning: mkdir() [function.mkdir]: No such file or directory in
wrote:
>Rob Kritzer wrote:
>>Is it possible to FTP a folder and all it's content? I can do a file at
a
>>time, but not a folder.
>>
>>Also there is times when I will not know the folder name, so I would
like it
>>to just upload everything it finds in the fold
For now I am on a PC XP Pro, wish they would give me back my Mac.
On 10/23/06, Ed Lazor <[EMAIL PROTECTED]> wrote:
Depends on your operating system.
On Oct 23, 2006, at 6:31 PM, Rob Kritzer wrote:
> Yes, the directory on mapped drive Y does exist.
>
> I do think tha
5 matches
Mail list logo