Einträge $pos_start bis $anz von insgesamt $anz |
";
endif;
mysql_pconnect ("localhost","deutschlhandwerk","6LBTcUqM");
$result = mysql_db_query("deutschlandhandwerk","SELECT * FROM betriebsdaten_saar WHERE branchennr_saar LIKE '%$branchennr_saar%' ORDER BY kundenrang ASC, PLZ ASC LIMIT $pos, $maxrows");
while ($row = mysql_fetch_array($result))
if ($row["kundenrang"]<3333):
{
echo "
";
$link=$row["URL"];
echo "";
echo "| ";
echo " ";
echo ""; echo $row["Name"]; echo ""; echo" ";
echo $row["PLZ"]; echo " "; echo $row["Ort"];
echo " | ";
echo "
";
echo "";
echo "| ";
echo " "; echo ""; echo $link;
echo ""; echo " >>> Kunde von saarland-handwerk.de";
echo " | ";
echo "
";
echo "";
echo "| ";
echo ""; echo $row["Text"]; echo "";
echo " | ";
echo "
";
echo "";
echo "| ";
echo " "; echo " ";
echo " | ";
echo "
";
echo "
";
}
else:
{
echo "
";
}
endif;
mysql_free_result($result);
mysql_close();
if ($pos_next < $anz and $pos_prev >= 0):
echo "
";
elseif ($pos_next < $anz and $pos_prev < 0):
echo "
";
elseif ($pos_next >= $anz and $pos_prev >= 0):
echo "
";
else:
echo "
";
endif;
echo "