01-05-2018, 12:48 PM
Okay so the normal query didn't work cause of the column 'desc'. It tried to DESC the query so I renamed the column and the normal query (UPDATE agenda SET descr = ? WHERE id = ?”, [$descr, $id]) works!
Thanks for the tip to type it out in SQL itself.
$db->update() still doesn't work. I'll dump out what you asked and post the resulsts later today.
Thanks for the tip to type it out in SQL itself.
$db->update() still doesn't work. I'll dump out what you asked and post the resulsts later today.