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 that it might have something with how PHP and Apache is running.

How do I chanage how PHP is running under an account? Where do I tell PHP or
Apache to run under a different accunt?



On 10/23/06, Richard Lynch <[EMAIL PROTECTED]> wrote:


Y: doesn't exist.

It may not exist because you haven't opened it lately and
authenticated it as valid.

Or it might not exist because PHP is not running as you, and PHP has
no access to it.

Or it might not exist because it's Windows, and you need to re-boot.



On Wed, 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
> C:\wamp\www\scripts\ad_finder\display_class.php on line 10
>
> If I change "Y" to "C" it works, can anyone please help me thanks.
>


--
Some people have a "gift" link here.
Know what I want?
I want you to buy a CD from some starving artist.
http://cdbaby.com/browse/from/lynch
Yeah, I get a buck. So?



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

Reply via email to