SQL query error while trying to put a file in the database
- by DaGhostman Dimitrov
Hey Guys I have a big problem that I have no Idea why..
I have few forms that upload files to the database, all of them work fine except one.. I use the same query in all(simple insert). I think that it has something to do with the files i am trying to upload but I am not sure.
Here is the code:
if ($_POST['action'] == 'hndlDocs') {
$ref =…