$tmpFile=NULL;
VD> }
VD> }//wfor
VD> }//if
VD> else{
VD> //DEBUG //print("NOT DIR or NOT OPENABLE");
VD> }
VD> reset($output);
VD>
MAIL PROTECTED]
Sent: mardi 30 novembre 2004 15:40
To: [EMAIL PROTECTED]
Cc: Mike; Pravin-Kumar
Subject: RE: [PHP-WIN] problem to open dir
I think \' is going to quote the single-quote too. Best to quote the
backslashes I guess. Change all the \ to \\
Also.. Silly question.. But t
[mailto:[EMAIL PROTECTED]
> Sent: Tuesday, November 30, 2004 12:58 AM
> To: [EMAIL PROTECTED]
> Subject: RE: [PHP-WIN] problem to open dir
>
>
> Try changing your $dir variable to:
>
> $dir="C:\\Documents and Settings\\pravin\\Desktop\\abcd2";
>
> Failing t
Also.. Any permissions issues? Can PHP or the user that PHP is running
as access that folder?
> -Original Message-
> From: Pravin-Kumar [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, November 30, 2004 1:28 AM
> To: Mike
> Cc: [EMAIL PROTECTED]
> Subject: RE: [PHP-WIN] p
-
> From: Mike [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, November 30, 2004 12:06 AM
> To: 'Pravin-Kumar'; [EMAIL PROTECTED]
> Subject: RE: [PHP-WIN] problem to open dir
>
>
> When you set the $dir variable, try doing so with single
> quotes - the \
> character
ROTECTED]
Enviada em: terça-feira, 30 de novembro de 2004 11:05
Para: 'Rafael Soares'; [EMAIL PROTECTED];
[EMAIL PROTECTED]
Assunto: RE: [PHP-WIN] problem to open dir
Definitely use the is_dir() function as Rafael suggests. Also, make sure
that the user that PHP will be running as has p
that makes no sense, it's because I'm falling asleep.
>>
>> Good luck.
>>
>> -M
>>
>> > -Original Message-
>> > From: Pravin-Kumar [mailto:[EMAIL PROTECTED]
>> > Sent: Tuesday, November 30, 2004 12:37 AM
>> >
on't
try to evaulate anything".
-M
> -Original Message-
> From: Rafael Soares [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, November 30, 2004 6:11 AM
> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: RES: [PHP-WIN] problem to open dir
>
> Hello!
>
&g
l-
De: Luis Moreira [mailto:[EMAIL PROTECTED]
Enviada em: terça-feira, 30 de novembro de 2004 08:04
Para: Pravin-Kumar
Cc: [EMAIL PROTECTED]
Assunto: Re: [PHP-WIN] problem to open dir
Remove the double quotes.
$dh = opendir('F:/vyapar-2/test/cdaci');
Pravin-Kumar wrote:
>hi list!
kes no sense, it's because I'm falling asleep.
Good luck.
-M
-Original Message-
From: Pravin-Kumar [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 30, 2004 12:37 AM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] problem to open dir
hi all
i am getting some unexpected error while try
; Good luck.
>
> -M
>
> > -Original Message-
> > From: Pravin-Kumar [mailto:[EMAIL PROTECTED]
> > Sent: Tuesday, November 30, 2004 12:37 AM
> > To: [EMAIL PROTECTED]
> > Subject: [PHP-WIN] problem to open dir
> >
> > hi all
> > i am get
Windows related issues so blew away my development box and put
Linux on it instead :-) But I digress...
Cheers.
Armando
-Original Message-
From: Mike [mailto:[EMAIL PROTECTED]
Sent: November 29, 2004 11:06 PM
To: 'Pravin-Kumar'; [EMAIL PROTECTED]
Subject: RE: [PHP-WIN] pro
x27;s because I'm falling asleep.
>
> Good luck.
>
> -M
>
> > -Original Message-
> > From: Pravin-Kumar [mailto:[EMAIL PROTECTED]
> > Sent: Tuesday, November 30, 2004 12:37 AM
> > To: [EMAIL PROTECTED]
> > Subject: [PHP-WIN] problem t
[EMAIL PROTECTED]
> Sent: Tuesday, November 30, 2004 12:37 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP-WIN] problem to open dir
>
> hi all
> i am getting some unexpected error while try to read a local dir..
> it is working on the pc where apache is running ..but same
> code no
hi all
i am getting some unexpected error while try to read a local dir..
it is working on the pc where apache is running ..but same code not
working while trying from other pcs in lan..
here is code..
$dir="C:\Documents and Settings\pravin\Desktop\abcd2";
if (is_dir($dir)) {
if ($dh = opendir
15 matches
Mail list logo