[Solved] SQL Error message: [closed]
Hard to guess without as much details as needed, but i think you are escaping the values with aphostropes (‘). That’s php’s habit. MySQL doesn’t escape those values with aphostropes, it uses backtiks (`) or nothing. You could change your query part which you provided to remove those symbols: … 2013-12-10, NULL, dsffsd, dfsfsd, sfdd, … Read more