PHP-MySQL-Class
PHP-MySQL-Class copied to clipboard
Update datatypes wheretypes
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