huhuuuuuu
Verbindung zum MySQL Server fehlgeschlagen: ' . mysql_error() . ''); } else { echo 'Verbindung zum MySQL Server erfolgreich aufgebaut.
'; } $tbl_downloads = 'wp_commentmeta'; $result = mysql_query("SELECT meta_value FROM wp_commentmeta WHERE meta_key LIKE 'author_country_name' ORDER BY meta_id DESC LIMIT 0 , 5"); echo 'Latest downloads
'; echo 'Country |
'.$result[$i].' |
'; mysql_close(); ?>