Hi,
How use datatypes and wheretypes with the update function ?
update($table, $set, $where, $exclude = '', $datatypes, $wheretypes)
$table is a value;
$set is an array
$where is an array
but i don't know how to use/declare datatypes and wheretypes.
Thanks