ID: 9513 Updated by: eschmid Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Unknown/Other Function Assigned To: Comments: Please use the English language and read Dos and Don'ts. -Egon Previous Comments: --------------------------------------------------------------------------- [2001-03-01 15:04:33] [EMAIL PROTECTED] sorry, false support-database I used --------------------------------------------------------------------------- [2001-03-01 14:55:34] [EMAIL PROTECTED] bei diesem Code-fragment fehlt noch ein "}"-Zeichen, erganze ich dieses an der markierten stelle, stürzt das ganze programm ab. Ich benutze die Version PHP Coder PR2 Beta hier das Fragment: __________________________________________________________ if (!$masch_id==0) { $anfrage_masch='select Ansprech_Anbieter, Kurzbezeichnung_D, Anbieternummer , Kurzbezeichnung_E,Beschreibung_D, Beschreibung_E,Hersteller,Abmessung, Menge,Besichtigung,Zustand,Druckformat, Standort_firma,Standort_name, Standort_adresse,Standort_Land, Verfuegbarkeit,Ablaufdatum, Preis_Angebot, Preis_aktuell, Freischaltdatum,Bilder from maschinendaten where laufende_nr="'.$masch_id.'"'; $result_masch=mysql_query($anfrage_masch)or die('fehler maschine'); $row = mysql_fetch_array($result_masch); if ($row["Anbieternummer"]==$user_id) { $ansprech_anb=$row['Ansprech_Anbieter']; $kurz_d=$row['Kurzbezeichnung_D']; $kurz_e=$row['Kurzbezeichnung_E']; $beschr_d=$row['Beschreibung_D']; $beschr_e=$row['Beschreibung_E']; $herst=$row['Hersteller']; $abmess=$row['Abmessung']; $menge=$row['Menge']; $besicht=$row['Besichtigung']; $zustand=$row['Zustand']; $druckfor=$row['Druckformat']; $st_fir=$row['Standort_frima']; $st_name=$row['Standort_name']; $st_adr=$row['Standort_adresse']; $st_land=$row['Standort_Land']; $verfueg=$row['Verfuegbarkeit']; $ablauf=$row['Ablaufdatum']; $preis_ang=$row['Preis_Angebot']; $preis_akt=$row['Preis_aktuell']; $bild=$row['Bilder']; /* <<<<<<<------ hier bitte die geschweifte Klammer einfügen */ } --------------------------------------------------------------------------- ATTENTION! Do NOT reply to this email! To reply, use the web interface found at http://bugs.php.net/?id=9513&edit=2 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]