Código PHP:
<?
require ("configuracion.php");
include ("head_panel.php");
$sql = "SELECT * FROM ofertas WHERE num_oferta = 1";
$es = mysql_query($sql, $con) or die("Error al leer datos 1: ".mysql_error);
while($row = mysql_fetch_array($es)){
$oferta_1 = $row['id_anuncio'];
}
$sql = "SELECT * FROM ofertas WHERE num_oferta = 2";
$es = mysql_query($sql, $con) or die("Error al leer datos 2: ".mysql_error);
while($row = mysql_fetch_array($es)){
$oferta_2 = $row['id_anuncio'];
}
$sql = "SELECT * FROM ofertas WHERE num_oferta = 3";
$es = mysql_query($sql, $con) or die("Error al leer datos 3: ".mysql_error);
while($row = mysql_fetch_array($es)){
$oferta_3 = $row['id_anuncio'];
}
?>
<style type="text/css">
<!--
.Estilo1 {
font-family: "Courier New", Courier, mono;
font-weight: bold;
}
.Estilo12 {font-size: 14px; font-family: "Trebuchet MS";}
-->
</style>
<p align="center"> </p>
<div align="center">
<table width="750" border="1" cellpadding="0" cellspacing="0" bordercolor="#000000">
<tr>
<td width="251" height="21" bgcolor="#CCCCCC"><div align="center"><span class="Estilo1">OFERTA Nº 1 </span></div></td>
<td width="246" bgcolor="#CCCCCC"><div align="center"><span class="Estilo1">OFERTA Nº 2 </span></div></td>
<td width="245" bgcolor="#CCCCCC"><div align="center"><span class="Estilo1">OFERTA Nº 3 </span></div></td>
</tr>
</table>
<table width="750" border="1" cellpadding="0" cellspacing="0" bordercolor="#000000">
<tr>
<td width="250" height="21" bgcolor="#FF9999"><div align="center"><span class="Estilo1">ANUNCIO Nº: <? echo $oferta_1; ?></span></div></td>
<td width="247" bgcolor="#FF9999"><div align="center"><span class="Estilo1">ANUNCIO Nº: <? echo $oferta_2; ?></span></div></td>
<td width="245" bgcolor="#FF9999"><div align="center"><span class="Estilo1">ANUNCIO Nº: <? echo $oferta_3; ?></span></div></td>
</tr>
</table>
<table width="750" border="1" cellpadding="0" cellspacing="0" bordercolor="#000000">
<tr>
<td width="249" height="163" bgcolor="#FFFFFF"><div align="center">
<form name="form1" method="post" action="cambiar_oferta.php">
<p class="Estilo1">
<input name="num_oferta" type="hidden" id="num_oferta" value="1">
</p>
<p class="Estilo1">id:
<input name="num_anuncio" type="text" id="num_anuncio" size="15">
<input type="submit" name="Submit" value="Cambiar">
</p>
</form>
<span class="Estilo1"> </span></div></td>
<td width="248" bgcolor="#FFFFFF"><div align="center">
<form name="form2" method="post" action="cambiar_oferta.php">
<p class="Estilo1">
<input name="num_oferta" type="hidden" id="num_oferta" value="2">
</p>
<p class="Estilo1">id:
<input name="num_anuncio" type="text" id="num_anuncio" size="15">
<input type="submit" name="Submit2" value="Cambiar">
</p>
</form>
<span class="Estilo1"> </span></div></td>
<td width="245" bgcolor="#FFFFFF"><div align="center">
<form name="form3" method="post" action="cambiar_oferta.php">
<p class="Estilo1">
<input name="num_oferta" type="hidden" id="num_oferta4" value="3">
</p>
<p class="Estilo1">id:
<input name="num_anuncio" type="text" id="num_anuncio" size="15">
<input type="submit" name="Submit22" value="Cambiar">
</p>
</form>
<span class="Estilo1"> </span></div></td>
</tr>
</table>
<table width="750" height="293" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="30" height="293">
<div align="right"> </div></td>
<td width="185"><table width="175" height="234" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#FF9999">
<tr>
<th scope="col"><table width="170" height="226" border="0">
<tr>
<th height="119" scope="col"><?
$sql = "SELECT * FROM anuncios WHERE id='$oferta_1'";
$es = mysql_query($sql, $con) or die($unerror);
while($row = mysql_fetch_array($es)){
$predeterminada = $row['predeterminada'];
$imagen = $row[$predeterminada];
$precio = $row['precio'];
$tipo = $row['tipo'];
$localidad = $row['localidad'];
$metros = $row['num_metros'];
$zona = $row['zona'];
$concepto = $row['concepto'];
$dormitorios = $row['num_dormitorios'];
}
if ($imagen==""){ echo "no";
}
else
{echo "<a href='../$pathimg2$oferta_1/$imagen' target='_blank'><img src='../$pathimg2$oferta_1/$imagen' width='143' height='105' border='1'></a>";}
?></th>
</tr>
<tr>
<td height="34"><? echo "<div align='center' class='Estilo17'>$precio € </div>"; ?> </td>
</tr>
<tr>
<td height="65" class="Estilo12"><div align="center"><? echo "<a href='../ver_anuncio.php?id=$oferta_1' class='Estilo13'>$tipo de $metros m² con $dormitorios dormitorios para $concepto en $localidad - $zona</a>"; ?></div></td>
</tr>
</table></th>
</tr>
</table></td>
<td width="27"> </td>
<td width="271"><table width="175" height="234" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#FF9999">
<tr>
<th scope="col"><table width="170" height="226" border="0">
<tr>
<th height="119" scope="col"><?
$sql = "SELECT * FROM anuncios WHERE id='$oferta_2'";
$es = mysql_query($sql, $con) or die($unerror);
while($row = mysql_fetch_array($es)){
$predeterminada2 = $row['predeterminada'];
$imagen2 = $row[$predeterminada2];
$precio2 = $row['precio'];
$tipo2 = $row['tipo'];
$localidad2 = $row['localidad'];
$metros2 = $row['num_metros'];
$zona2 = $row['zona'];
$concepto2 = $row['concepto'];
$dormitorios2 = $row['num_dormitorios'];
}
if ($imagen==""){
}
else
{echo "<a href='../$pathimg2$oferta_2/$imagen2' target='_blank'><img src='../$pathimg2$oferta_2/$imagen2' width='143' height='105' border='1'></a>";}
?></th>
</tr>
<tr>
<td height="34"><div align="center"><? echo "<div align='center' class='Estilo17'>$precio2 € </div>"; ?></div></td>
</tr>
<tr>
<td height="65"><div align="center"><? echo "<a href='../ver_anuncio.php?id=$oferta_2' class='Estilo13'>$tipo de $metros2 m² con $dormitorios2 dormitorios para $concepto2 en $localidad2 - $zona2</a>"; ?></div></td>
</tr>
</table></th>
</tr>
</table></td>
<td width="237"><table width="175" height="234" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#FF9999">
<tr>
<th scope="col"><table width="170" height="226" border="0">
<tr>
<th height="119" scope="col"><?
$sql = "SELECT * FROM anuncios WHERE id='$oferta_3'";
$es = mysql_query($sql, $con) or die($unerror);
while($row = mysql_fetch_array($es)){
$predeterminada3 = $row['predeterminada'];
$imagen3 = $row[$predeterminada3];
$precio3 = $row['precio'];
$tipo3 = $row['tipo'];
$localidad3 = $row['localidad'];
$metros3 = $row['num_metros'];
$zona3 = $row['zona'];
$concepto3 = $row['concepto'];
$dormitorios3 = $row['num_dormitorios'];
}
if ($imagen==""){
}
else
{echo "<a href='../$pathimg2$oferta_3/$imagen3' target='_blank'><img src='../$pathimg2$oferta_3/$imagen3' width='143' height='105' border='1'></a>";}
?></th>
</tr>
<tr>
<td height="34"><div align="center"><? echo "<div align='center' class='Estilo17'>$precio3 € </div>"; ?></div></td>
</tr>
<tr>
<td height="65"><div align="center"><? echo "<a href='../ver_anuncio.php?id=$oferta_3' class='Estilo13'>$tipo de $metros3 m² con $dormitorios3 dormitorios para $concepto3 en $localidad3 - $zona3</a>"; ?></div></td>
</tr>
</table></th>
</tr>
</table></td>
</tr>
</table>
</div>