I want to have my MU-specific plugin keep some data in a table of its own. Only problem is, global $table_prefix contains the blog ID.
On one hand that's useful, becuase I can preg_match the blog ID out of it, which I need. But I'd really like to know the globals for the current individual blog's ID, and the global table_prefix. Anybody know those?