A few questions about this: Can the input to the function be an array of query strings? For example: $queries = array("CREATE TABLE $wpdb->whatever...", ...); Can I require that the string separate query elements (each field) onto a separate line? I'm thinking about the function, not committed yet. Owen