rfrancisco Posted August 5, 2011 Report Share Posted August 5, 2011 (edited) $sql=mysql_query("SELECT * FROM imoveis WHERE relevancia = 1 ORDER BY RAND() LIMIT 1");$resultado = mysql_query($sql)or die (mysql_error());while ($dados=mysql_fetch_array($resultado)) { $imagem1 = $dados["imagem1"]; echo "$imagem1";?><center><a href="<?php echo $imagem1; ?>"><img src="timthumb.php?src=<? echo $imagem1; ?>&w=65&h=120&zc=1" width="75" border="0"/></a>Qual é o erro? Edited August 5, 2011 by rfrancisco Quote Link to comment Share on other sites More sharing options...
0 Willian Gustavo Veiga Posted August 5, 2011 Report Share Posted August 5, 2011 Qual é o erro que você vê? Isso é o mais importante ao postar em qualquer fórum.Um abraço. Quote Link to comment Share on other sites More sharing options...
Question
rfrancisco
$sql=mysql_query("SELECT * FROM imoveis WHERE relevancia = 1 ORDER BY RAND() LIMIT 1");
$resultado = mysql_query($sql)
or die (mysql_error());
while ($dados=mysql_fetch_array($resultado)) {
$imagem1 = $dados["imagem1"];
echo "$imagem1";
?>
<center><a href="<?php echo $imagem1; ?>"><img src="timthumb.php?src=<? echo $imagem1; ?>&w=65&h=120&zc=1" width="75" border="0"/></a>
Qual é o erro?
Edited by rfranciscoLink to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.