RE: [PHP] Question about fopen

2003-06-06 Thread Jay Blanchard
[snip] > > I have a file named billed.crm.php and it fopen throws the error "no > > such file or directory". It seems to have something to do with the > > multiple "." in the file name. Does anyone know why? > > It should make no difference. I hate to ask this but you're > absolutely 100% certa

RE: [PHP] Question about fopen

2003-06-06 Thread Philip Olson
On Fri, 6 Jun 2003, Jay Blanchard wrote: > [snip] > > I have a file named billed.crm.php and it fopen throws the error "no > > such file or directory". It seems to have something to do with the > > multiple "." in the file name. Does anyone know why? > > It should make no difference. I hate to

RE: [PHP] Question about fopen

2003-06-06 Thread Jay Blanchard
[snip] > I have a file named billed.crm.php and it fopen throws the error "no > such file or directory". It seems to have something to do with the > multiple "." in the file name. Does anyone know why? It should make no difference. I hate to ask this but you're absolutely 100% certain the path

Re: [PHP] Question about fopen

2003-06-06 Thread Kevin Stone
- Original Message - From: "Jay Blanchard" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 06, 2003 1:13 PM Subject: [PHP] Question about fopen > I have a file named billed.crm.php and it fopen throws the error "no > such file or director

[PHP] Question about fopen

2003-06-06 Thread Jay Blanchard
I have a file named billed.crm.php and it fopen throws the error "no such file or directory". It seems to have something to do with the multiple "." in the file name. Does anyone know why? Thanks! jay -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/un

[PHP] Question about fopen()

2002-03-04 Thread Scott Miller
Hi, Does fopen() work similar to open in CGI ? If the file doesn't exist will it create it? What is the best way to test if the file was created? TIA Scott -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php