mssql_query("INSERT into User_Shoutbox(user,message) VALUES('$user','$message')",$dbhandle );
This code inserts the Variables User and Message into the database. But this code keeps giving me an error...
message: Incorrect syntax near the keyword 'user'. (severity 15) in Shoutbox.php on line 36
So how do I insert the variables into the Database properly?