05/22/2013 at 4:25 pm
#260732
Keymaster
@ brian
You going to need to program a function to do this…
Off the top of my head something like this:
<?php
$results = $wpdb->get_col('SELECT first_name from ' . CN_ENTRY_TABLE);
first_name_query_string = http_build_query( $results );
?>
Completely untested but should be in the ballpark.