Re: DBF + PHP

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



""Instruct ICC"" <instructicc@xxxxxxxxxxx> wrote in message 
news:BAY134-F3036CB3BF671A37DB9CBD1B6FB0@xxxxxxxxxx
> >From: "Luke" <scrooge@xxxxxxx>
>>echo getcwd() . "\n";
>>chdir('c:\\temp');
>
>>echo getcwd() . "\n";
>>chdir('c:\\Przewozy\\BAZY');
>>echo getcwd() . "\n";
>>
>>$db = dbase_open("c:\\Przewozy\\BAZY\\Ceny.dbf", 0);
>
> Just a quick guess/suggestion:
> Single tick quotes ' are taken literally and double tick quotes " allow 
> expansion.
> $aVariable = 0;
> echo '$aVariable';//$aVariable
> echo "$aVariable";//0
> Maybe change the chdir to use double quotes or remove the double 
> backslash?  Especially if your dbase_open works with double quotes and the 
> double backslash.

Thanks, but it did't help :(. I still get the some error.
I thing it is something with php configuration ?

Some other suggestion?

>
> _________________________________________________________________
> http://im.live.com/messenger/im/home/?source=hmtextlinkjuly07 

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


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux