php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #30556 I Can't open dbf file on remote server on XP
Submitted: 2004-10-26 06:40 UTC Modified: 2004-10-26 09:04 UTC
From: soni at monokem dot com Assigned:
Status: Not a bug Package: dBase related
PHP Version: 4.3.8 OS: WINDOWS XP
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
48 - 34 = ?
Subscribe to this entry?

 
 [2004-10-26 06:40 UTC] soni at monokem dot com
Description:
------------
When i try open .dbf file on local server 
$db=dbase_open('C:\test.dbf', 0);
it work, 
but if I try open .dbf gile on remote server that I Mapping for F Drive 
$db=dbase_open('F:\test.dbf', 0);
I can't open it 

I can open, delete, edit, etc that file on my explorer, 
I try tu change my property of apache service, but nothing cause i can't find logon on system as following user on my service apache properties

somebody help me ??


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-10-26 09:04 UTC] derick@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 16:01:29 2024 UTC