How would I go about structuring a SQL INSERT to create a comment in the Q2A database?
From my research so far, I'm working out that comments in the SQL are stored in qa_posts, e.g
INSERT INTO qa_posts VALUES ('$postId', 'C', (lots of other data), 'Comment message.', NULL, NULL);