Reply to Re: COOKIE in handle

Re: COOKIE in handle new!
by colin, 16 years, 1 month ago
This has nothing to do with the class. You have a syntax error while setting up your parameters:
$handle->file_new_name_body = '".$_COOKIE["xxxxxxxxx"]."3';

should be:
$handle->file_new_name_body = $_COOKIE["xxxxxxxxx"]."3";
Reply

Your reply

Name *
Email 
Title *
Text *
CAPTCHA image
Enter the code displayed on the image:
Click on the image to generate another one if it is hard to read it. The case is important