Hey there
Can anyone tell me what\\'s wrong with this query?
INSERT INTO $db_tbl_proj SET uid = \\'$db_data_pnt_user[uid]\\', title = \\'$title\\', desc = \\'$desc\\', obj = \\'$obj\\', type = \\'$type\\', tdate_f = \\'$tdate_f\\'
Here\\'s what mysql kicks out at me:
You have an error in your SQL syntax near \\'desc = \\'test\\', obj = \\'test\\', type = \\'test\\', tdate_f = \\'test\\'\\' at line 1
where all the vars are tilled with \\"test\\" and each collum in the table is a varchar(100)
thanks