View Single Post
  #48  
Old 02-11-2009, 02:56 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: Direct Product Enquiry Form

Untested, but try this.

1) Change:

fclose($Handle);

To:

closedir($Handle);

2) Change:

$handle = fopen('./captcha' . '/' . $FileName, 'w');

To:

$Handle = fopen('./captcha' . '/' . $FileName, 'w');
__________________
xcartmods.co.uk
Reply With Quote