I have been working on an email php module but am encountering a problem attaching a file to the email.
The three primary lines relating to the error are:
801 $autoresponder_attachment_file = "hi.doc";
802
803 $autoresponder_attachment_path = ""/home/gazzanew/public_html/";
804
805 $autoresponder_attachment_content_type = "application/msword";
When I run the code I get the following error:
Parse error: parse error, unexpected T_STRING in /home/gazzanew/public_html/emailattach.php on line 805
Any ideas?
The three primary lines relating to the error are:
801 $autoresponder_attachment_file = "hi.doc";
802
803 $autoresponder_attachment_path = ""/home/gazzanew/public_html/";
804
805 $autoresponder_attachment_content_type = "application/msword";
When I run the code I get the following error:
Parse error: parse error, unexpected T_STRING in /home/gazzanew/public_html/emailattach.php on line 805
Any ideas?