RE: [PHP] Re: How do I specify a local file for fopen()?

2007-11-05 Thread admin
I simply do this $file=/home/images/index.html; $output = fopen($file, w); -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Colin Guthrie Sent: Monday, November 05, 2007 4:06 AM To: php-general@lists.php.net Subject: [PHP] Re: How do I specify a local file for fopen

RE: [PHP] Re: How do I specify a local file for fopen()?

2007-11-05 Thread admin
: Monday, November 05, 2007 4:06 AM To: php-general@lists.php.net Subject: [PHP] Re: How do I specify a local file for fopen()? Jon Westcot wrote: Hi all: I've been beating my head against a brick wall trying to figure this out and I'm still no closer than I was two weeks ago. How do I specify