Code: Alles auswählen
<?php
define('IN_PHPBB', true);
$phpbb_root_path = './';
include($soeststar_root_path . 'extension.inc');
include($soeststar_root_path . 'common.'.$phpEx);
echo "<table>";
echo "<tr><th>Username</th><th>User_Email</th></tr>";
$res=mysql_query("SELECT `username`,`user_email` FROM `soeststar_forumusers`");
while($row=mysql_fetch_array($res))
echo "<tr><td>".$row['username']."</td><td><a href=\"mailto:". $row['user_email']."\"><img src=\"icon_email.gif\" width=\"67\" height=\"18\" border=\"0\"></a></td></tr>";
mysql_free_result($res);
echo "</table>";
?>hier mal meine lösung : http://soeststar.de/forum/abc.php