![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archivefopen() question
From: acorn71 <acorn71@gmail.com>
Date: Sat Dec 31 2005 - 00:04:09 CET
hello, i just recently started getting permission errors when writing
$content = "my file content";
// create a filename variable with the .iif extension for Quick Books
// delete old file so a new file can be created
// create a new file
// write the contents to the file
// have dialog box prompt the user to open or save the file
Warning: Unlink failed (No such file or directory) in
Warning: fopen("/home/goknobs/www/qbdata/qbprod.iif", "a") - Permission
Warning: Supplied argument is not a valid File-Handle resource in
Warning: Cannot add header information - headers already sent by
|