<? include "mysql.php"; $query = mysql_query("SELECT * FROM tagwall ORDER BY id DESC LIMIT 20");$query .= mysql_query("SELECT level FROM admin WHERE navn = '$forfatter'"); while($row = mysql_fetch_array($query)) { echo"<table border='0' width='100%' id='table2' bgcolor='#A5CDA2'> "; echo"<tr> "; echo"<td width='100%'><font face='Arial' style='font-size: 11px' color='#737d8c'>Skrevet af:"; if($row2[level] == "0") { echo "<font face='Arial' style='font-size: 11px' color='#737D8C'> <a href='visenkelt.php?navn=$row[forfatter]'>$row[forfatter]</a></font>"; } elseif($row2[level] == "1") { echo "<font face='Arial' style='font-size: 11px' color='#004FBA'> <a href='visenkelt.php?navn=$row[forfatter]'>$row[forfatter]</a></font>"; } elseif($row2[level] == "2") { echo "<font face='Arial' style='font-size: 11px' color='#CC3366'> <a href='visenkelt.php?navn=$row[forfatter]'>$row[forfatter]</a></font>"; } elseif($row2[level] == "3") { echo "<font face='Arial' style='font-size: 11px' color='#FA9006'> <a href='visenkelt.php?navn=$row[forfatter]'>$row[forfatter]</a></font>"; } echo "<font face='Arial' style='font-size: 11px' color='#737D8C'> - $row[dato]</td> "; echo "</tr> "; echo "</table> "; echo "<table border='0' width='100%' id='table1'> "; echo "<tr> "; echo "<td align='left' valign='top'><font face='Arial' style='font-size: 11px' color='#737D8C'>$row[tag]</td> "; echo "</tr> "; echo "</table>"; echo "<table border='0' cellspacing='2' cellpadding='0' id='table2'>"; echo "<tr>"; echo "<td></td>"; echo "</tr>"; echo "</table>"; } } ?> Jeg glemte lige nogle ""-----------------------------------------------------------------------------»»Mark S. Johansen[Redigeret d. 02/06-04 00:58:02 af Mark S. Johansen]
Jeg skal være helt ærlig jeg har aldrig prøvet den løsning med Query.men det er da godt det virkede-----------------------------------------------------------------------------»»Mark S. Johansen