foldender code ergibt leider kein ergebnis:
weis jemand rat
PHP-Code:
if(!empty($search_word)) {
function zaehler($auswahl,$PHPSESSSID) {
include("config.inc.php");
$search = explode (" ", $search_word);
for ($i = 0; $i < count($search); $i++) {
$sql = ("SELECT Count(id) FROM `firma` WHERE (`ort` like '%$search%' or `plz` like '%$search%')
AND (`branche_1`='$auswahl' or `branche_2`='$auswahl' or `branche_3`='$auswahl')");
$res = mysql_db_query($dbn,$sql); {
list($id_branche) = mysql_fetch_row($res);
if ($auswahl == "1") $branche = "Ärzte / Apotheken";
usw .............
Kommentar