|
A regular INSERT query like this will fail if you add the WHERE clause. You will want to set the variables $servicetag, $description, etc before you build the query string. Also, I don't know what the type is for the field $daysleft, but if it is an INT then you do not want to put the single quotes around $daysleft.
|