simple-mysqli icon indicating copy to clipboard operation
simple-mysqli copied to clipboard

Increment Update Counter

Open net123 opened this issue 8 years ago • 0 comments

how to update counter values with it ?? like $update = array( 'views' =>'views' +1 ); //Add the WHERE clauses $where_clause = array( 'path' => $url); $updated = $database->update( 'datas', $update, $where_clause, 1 ); if( $updated ) { echo '

Successfully updated'; } like how to make it working?? and how to run manual commands mysqli commands mysef ???

net123 avatar Feb 02 '17 19:02 net123