![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveDoes 'fopen' work only within the same directory?
From: <francescomoi@usa.com>
Date: Tue Sep 13 2005 - 17:19:36 CEST
I'm trying to read a file with PHP:
--------------------
$dataFile = fopen($fileToRead, "r") ;
Option-1 works but Option-2 doesn't, but 'foo.txt' is COMPULSORY within
What can I do? Regards.
|