08-22-2016, 01:32 PM
Is your first column labled id and set to auto increment? If so, try to run the query manually
$db->query("...")
instead of doing the UserSpice update query. But...if those things don't work, it's almost always because it can't find your id.
$db->query("...")
instead of doing the UserSpice update query. But...if those things don't work, it's almost always because it can't find your id.