Spry Validation not Working with Pure PHP Upload 2
Question
I am trying to use Pure PHP Upload 2 and have a spry validation. I cannot get the validation to work. Read More
Here is the exact error: Parse error: syntax error, unexpected '"', expecting T_STRING or T_VARIABLE or T_NUM_STRING in
/.../special-requests.php on line 60
I simply want the files to be uploaded and filenames stored in session variables, no need to insert in a database table.
Read MoreIs this at all possible?
Read MoreQuestion: