I can’t update with wpdb->update
here is my code :
$tweet = $_POST['tweet'];
$id = $_POST['id'];
$wpdb->update( $table_name, array('id' => $id , 'tweet' => $tweet ), array( 'id' => $id ),array("%d","%s"), array("%d") );
Nothing wrong i think , but i can’t update
thanks advanced
Simple & working 😉