update

[insert_php]
$email = “radek.dlouhy@zsvd.cz”;
$telefon = “”;
global $wpdb;
$wpdb->update(‘ucitele’, array(‘telefon’ => $telefon), array(‘mail’ => $email), array(‘%s’), array(‘%s’));

[/insert_php]