Let's see:
I have this to show the table content:
<BLOCKQUOTE><FONT face="Verdana, Arial">code:</font><HR><pre>
<FORM method=POST ACTION=process.php>
<?php
echo "<table width=75% border=0 cellspacing=0 cellpadding=0 align=center>\n";
echo "<TR>\n";
echo "<TD bgColor=#926877>\n";
echo "<TABLE cellSpacing=1 cellPadding=4 width=100% border=0>\n";
include("../conex.php");
$link=Conectarse();
$query_select = "select nombre,pais,img1,thumb1,mensaje,";
$query_select .= "email,categoria,img2,thumb2,img3,thumb3,img4,thumb4,ref,id from espera ";
$result_select = mysql_query($query_select, $link);
$num_posts = mysql_num_rows($result_select);
while ($row = mysql_fetch_array($result_select)) {
if ($bgcolor == "444444") {
$bgcolor = "222222";
} else {
$bgcolor = "444444";
}
echo "<TR bgColor=#".$bgcolor.">\n";
echo "<td align=left Valign=top width=150>\n";
echo "<b>".$row[0]."</b>\n";
echo "<br>".$row[1]."\n";
echo "<br><a class=main href=".$row[5].">".$row[5]."</a>\n";
$hola = $row[14];
echo "<input type=checkbox name=checky value=$checky>\n";
echo "</td>\n";
echo "<td align=left Valign=top>Categoría:<b>".$row[6]."</b>