Warning: (null)(): Invoke() failed: Exception occurred. Source: Microsoft OLE DB Provider for ODBC Drivers Description: [Microsoft][ODBC Microsoft Access Driver] Syntax error (missing operator) in query expression 'Hardware Issue'. in C:\Inetpub\wwwroot\Mouse Tracks\Interface\index.php on line 207
I haven't a clue as too what it is talking about. Please help me
$conn->Execute("INSERT INTO Event (EventUserID,EventType,EventPriority,EventDueDate,EventDesc) VALUES ($user,$POST[FormEventType],$POST[FormEventPriority],$POST[FormDueDate],$POST[textarea2])");
btw when i use $_POST['anything']; I get an undefined variable notice. So I removed the ''.
thanks in advance