Date: 01/29/00
- Next message: Paulo Miri: "[PHP-DEV] mcrypt and XML compilation for Windows"
- Previous message: Adam Trachtenberg: "Re: [PHP-DEV] RE: Bug #3424 Updated: Date function not accurate for seconds"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I use Linux, Php 3.012 and Apache server on my server. I wrote a script
that acess a dbase files with dbase_open function, I able the read-write
attributes of these files to all users. I run the script with the
function mode read only, it functs correctly, but I change this mode to
write only or read-write, it return a warning like the file didn't have
th attirbutes from read write to all users.
OBS: The database used in example exists.
Here it's the example that I used:
<? php
$db = "/tmp/test.dbf";
$handle = dbase_open($db,1);
?>
Or:
<?php
$db = "/tmp/test.dbf";
$handle = dbase_open($db,2);
?>
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Paulo Miri: "[PHP-DEV] mcrypt and XML compilation for Windows"
- Previous message: Adam Trachtenberg: "Re: [PHP-DEV] RE: Bug #3424 Updated: Date function not accurate for seconds"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

