$sql_counter->$sql_counter;
echo “
There are {$sql_counter} participants registered until now.
“;
$keys = $wpdb->get_results(“SELECT last_name,first_name,full_name, institution, country FROM wp_registration order by last_name;”);
echo “
Last Name | First Name | Institution | Country |
---|---|---|---|
” . utf8_decode($last_name) . “ | ” . utf8_decode($first_name) . “ | ” . utf8_decode($institution) . “ | ” . utf8_decode($country) . “ |
” . utf8_decode($last_name) . “ | ” . utf8_decode($first_name) . “ | ” . utf8_decode($institution) . “ | ” . utf8_decode($country) . “ |