jairredes
(usa Outra)
Enviado em 03/02/2017 - 16:09h
Boa tarde..
Eu to com um sistema e busca de imoveis no meu site:
<div class="listaImoveis">
<a title="<?php echo $linha['negocio'] . ' ' . $linha['tipo_nome'] .' em '. $linha['cidade'] . ' /' . $linha['uf']; ?>"
href="detalhes_imovel.php?Cod=<?php echo $linha['id'];?>"><img src="img_imoveis/<?php echo $linha['foto_exibicao']; ?>" width="200" height="130" alt="<?php echo $linha['negocio'] . ' ' . $linha['tipo_nome'] .' em '. $linha['cidade'] . ' /' . $linha['uf']; ?>" /></a>
Preciso que ao clicar no resultado da busca, ele abra um link da internet.
href="detalhes_imovel.php?Cod=<?php
Meus conhecimentos a respeito sao muuito poucos, porem, sera que alem de ele busca o imovel (href="detalhes_imovel.php?Cod=<?php) com sua determinada COD, NÃO SEJA POSSIVEL ADICIONAR UMA NOVA TABELA NO BANCO COM ID_LINKS DAS PAGINAS A SEREM ABERTAS AO CLICAREM NO RESULTADO?
PRECISO MUUUTO QUE ALGUEM ME DE ESSA LUZ E A RESOLVER ESSE PROBLEMA.
AGRADEÇO!!
UM ABRAÇO