I want to insert some values into a table but cant get the syntax right. I have four fields in the table:
Date, Time, User, Action
When a user logs in, I want it to insert the date, time, the username and action performed. The username I get from another script.
So I declare the...