global $wpdb; $table_name = $wpdb->prefix . "sharex"; $op_single= $wpdb->get_var("SELECT op_single FROM $table_name LIMIT 0, 1; " ); $op_fixed= $wpdb->get_var("SELECT op_fixed FROM $table_name LIMIT 0, 1; " ); $op_bg= $wpdb->get_var("SELECT op_bg FROM $table_name LIMIT 0, 1; " ); $dir = WP_PLUGIN_URL.'/'.str_replace(basename( __FILE__),"",plugin_basename(__FILE__)); ?>