• This code on my page not update hits field

    function actualiza_cliente ($id_cliente) {
    global 	$wpdb;
    
    $wpdb->update($wpdb->wp_directorio_cliente,array('hits' =>'1'),array('id_cliente' => $id_cliente));
    
    }

    why is this not update the table wp_directorio_cliente

  • The topic ‘not update table db whith $wpdb’ is closed to new replies.