Whenever I run this command in my script, a new row is created with the correct date, autonumber, and user, but the message column is not given a value!
INSERT INTO news (creator, message) VALUES ('$user', '$message')")
Please Help! I've attached the whole php file (as txt), it's not commented (bad habit)