Tom: mysql_query stimmt was nicht

Beitrag lesen

Hello,

$abfrag =  mysql_query("select tarif.tarifname, tarif.grundgebuehr, tarif.preis1 from plz, tarif, plz_anb where plz_anb.plz = plz.plz and tarif.tarifname = plz_anb.tarifname and plz.plz =".$_GET['plz']."order by (tarif.grundgebuehr*12)+((tarif.preis1*".$_GET['verbrauch'].")/100) asc".,$connect);

Was soll der Punkt vor dem Komma vor $connect?

if (!$abfrag)
   {
      echo htmlspecialchars(mysql_error($connect));
   }

Und dann solltest Du schon mehr wissen.

Ein harzliches Glückauf

Tom vom Berg

--
Nur selber lernen macht schlau
http://bergpost.annerschbarrich.de