|
";
print " ";
$resultadoP = mysql_query("select * from Preferidas where idFic=$idFic and Status=$status", $conexao);
$i = 1;
while ($linhaP=mysql_fetch_array($resultadoP)) {
$linhaU=mysql_fetch_array(mysql_query("select * from User where id=".$linhaP["idUser"], $conexao));
print " ";
if ($i % 7 == 0) print " ";
$i++;
}
print " | ";
print "
";
print " ";
?>
|