Thread
:
Direct Product Enquiry Form
View Single Post
#
48
02-11-2009, 02:56 AM
PhilJ
X-Guru
Join Date: Nov 2002
Posts: 4,094
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
PhilJ
View Public Profile
Send a private message to PhilJ
Visit PhilJ's homepage!
Find all posts by PhilJ