$query2 = "SELECT * FROM membres where approved='yes' and importance>'0' order by nick";
$result2 = mysql_query($query2) or die ("Erreur SQL");
if ($result2) {
$i = 0;
while ($r2 = mysql_fetch_array($result2)) {
$i = $i + 1;
$id = stripslashes($r2["id"]);
$nick = stripslashes($r2["nick"]);
$url = stripslashes($r2["url"]);
$posts = stripslashes($r2["posts"]);
echo "