View Single Post
  #18  
Old 01-02-2009, 10:45 AM
 
nomonkeybiz nomonkeybiz is offline
 

Advanced Member
  
Join Date: Sep 2006
Posts: 64
 

Default Re: Price Match...Oh, Phil you there?

Quote:
Warning: fclose() [function.fclose]: 2 is not a valid stream resource in /home/oursite/public_html/pricematch.php on line 63

In pricematch.php (line 63), find:
Code:
fclose($Handle);
change to:
Code:
closedir($Handle);
__________________
v4.4
Reply With Quote