Startseite � Fehler



Fehler

Das System meldet folgenden Fehler:
Der Anbieter mit Id '8237' konnte nicht gefunden werden.

Webung

Werbung

Neuzug�nge

sql_query("SELECT ID, Title, Vorname, Nachname, PLZ, Ort, Foto, Description FROM networker_Links WHERE isValidated=\"Yes\" ORDER BY Add_Date DESC LIMIT 10"); $linkscontent = ""; while ($row = $db->sql_fetchrow($result)) { $links_id = $row['ID']; $links_vorname = $row['Vorname']; $links_nachname = $row['Nachname']; $links_plz = $row['PLZ']; $links_ort = $row['Ort']; $links_title = $row['Title']; $links_foto = $row['Foto']; $links_desc = $row['Description']; if ($links_foto == "") { $links_foto="/themes/vo2006_theme/images/nopic.gif"; } else { $links_foto="/cgi-bin/networker/jump.cgi?view=Foto&ID=$links_id";} $links_titleshort = ($links_desc) ? substr(strip_tags(stripslashes($links_desc)),0,300).'...' : ""; $links_desc = ($links_title) ? substr(strip_tags(stripslashes($links_title)),0,50).'...' : ""; /* $linkscontent .= "

\"$links_title\" $links_vorname $links_nachname
$links_plz $links_ort

"; */ $linkscontent .= "

\"$links_title$links_vorname $links_nachname
$links_plz $links_ort

"; } echo $linkscontent; echo "
"; echo ""; echo "

"; ?>