PLEASE HELP, sql query not working
Posted: Tue Jan 23, 2007 5:04 am
If been getting so frustrated with this...
Im trying to insert data into a MySQL db but i get errors saying 'check the syntax', etc.
Im trying to insert data into a MySQL db but i get errors saying 'check the syntax', etc.
Code: Select all
$query = "INSERT INTO files (name, desc, type, size, path, clientid, date) VALUES ('$fileName', '$desc', '$fileType', '$fileSize', '$filePath', '$client_id', '$date')";