Can someone tell me what's wrong with this code? $nhandle = fopen("upload/" . $_POST['docname'], a+"); $nstring = $_POST["uploaddoc"]; *Specifically, this line* fwrite($nhandle, $nstring); fclose($nhandle); The error is Parse error: syntax error, unexpected T_VARIABLE and ho...