@openside("<center>asdas</center>");
echo "<table border='1' cellpading='0' cellspacing='0'>";
echo "<tr><th>a</th><th>a</th></tr>";
while($row = mysql_fetch_array( $result )) {
echo "<tr><td>";
echo '<a href="http://www.com"><img src="http://www.com"></a>';
echo "</td><td>";
echo $row['xaxa_xa'];
echo "</td></tr>";
}
echo "</table>";
@closeside();