Hi, complete newbie and having a syntax error:
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in xxx on line 7
This is line 7:
fputs($fp, "$_POST['Fullname'],$_POST['Jobtitle'],$_POST['email'],$_POST['file'],\n");
Like i say im a complete newbie to this and from what i gather brackets might be missing etcetc. This was cut and pasted from some other code i found on this site but unfortunately dont have the link to hand.
Please advise, its driving me nuts.
Cheers
Jocky