Re: [PHP] how to create files??

2002-10-10 Thread Aidal
I'm using the following function to create the files. the function is part of a class so "$this->somthing" refers to somthing in that class: function create_file($file_name) { if (!$this->fp = fopen($file_name, wb)) { $this->error_msg .= $this->error_create . ' ' . $file_name;

RE: [PHP] how to create files??

2002-10-09 Thread Timothy J Hitchens
If the script is in the same directory just try either "{file}" nothing in front or "./{file}" What function are you using to create files? Timothy Hitchens (HITCHO) [EMAIL PROTECTED] HITCHO has Spoken! -Original Message- From: Aidal [mailto:[EMAIL PROTECTED]] Sent: Wednesday,