Thread: fopen errors
View Single Post
Old 04-08-2008, 08:34 AM   #3 (permalink)
metazai
Regular Contributor
 
Join Date: Apr 2004
Location: Orange County, CA
Posts: 120
metazai is on a distinguished road
usage

Ok, so I've been using
Code:
$fh = fopen($myFile, 'w') or die("can't open ".$myFile);
. . . probably should have posted that to begin with. Not sure how this fits in with your code. I've tried a few iterations, but I'm a bit confused (which I often am, so it's a comfortable place).
__________________
metazai is offline   Reply With Quote