Herzlich Willkommen bei DW-Immobilien.
Auf den folgenden Seiten finden Sie unsere aktuelle Immobilien-Angebote.
Ihr DW-Immobilien Team. |
|
//include ("login/config.php");
?>
$sqlanzahl="SELECT * FROM immobilien where inserat='1' and online='1' ORDER BY rand()";
$resanzahl=mysql_query($sqlanzahl,$conn);
$anzahl=mysql_num_rows($resanzahl);
$sql=$sqlanzahl." LIMIT 0,3";
$res=mysql_query($sql,$conn);
while(mysql_num_rows($res)!=0 && is_array($dat=mysql_fetch_array($res)))
{
?>
$sqlbild="SELECT * FROM galerie where online='1' and idgalerie='".$dat['id']."' ORDER by position";
$resbild=mysql_query($sqlbild,$conn);
if(mysql_num_rows($resbild)==0) $aaa=1;
//echo " ";
else
{
$datbild=mysql_fetch_array($resbild);
$zielpfad="galerie/";
$path="tmp/";
$pixel=150;
$d=$datbild['bild'];
$c=$zielpfad.$datbild['bild'];
$a=md5($d.$pixel."2");
$convert="convert $c -resize ".$pixel."x ".$path.$a.".jpg";
if (!file_exists($path.$a.".jpg"))
exec($convert);
?>
" border="0">
|
|
 |
|