phpbar.de logo

Mailinglisten-Archive

AW: [php] kein eintrag nach senden

AW: [php] kein eintrag nach senden

Jonas Schneider JonasSchneider at gmx.de
Don Jul 8 21:43:56 CEST 2004


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Am Donnerstag, 8. Juli 2004 21:38 schrieb Jonas Schneider:
> Am Donnerstag, 8. Juli 2004 21:24 schrieb info at dortmund-katalog.de:
> > Hallo
> > habe alle eure Ratschläge behärzigt, und bekomme jetzt trotzdem
> > noch diese fehlermeldung.
> >
> > Seid nicht so streng mit mir bin noch anfnger.
> >
> > Vielen Dank
> >
> > Gruß Jens
> >
> > You have an error in your SQL syntax. Check the manual that
> > corresponds to your MySQL server version for the right syntax to
> > use near '' at line 1
> >
> > <!DOCTYPE html PUBLIC "_//W3C//DTD HTML 4.01 Transitional//EN">
> > <html><body>
> > <?php
> >
> > $ID=$HTTP_POST_VARS['ID'];
> > $bandname=$HTTP_POST_VARS['bandname'];
> > $ansprechpartner=$HTTP_POST_VARS['ansprechpartner'];
> > $telefon=$HTTP_POST_VARS['telefon'];
> > $ort=$HTTP_POST_VARS['ort'];
> > $mail=$HTTP_POST_VARS['mail'];
> > $bild=$HTTP_POST_VARS['bild'];
> > $password=$HTTP_POST_VARS['passwort'];
> > $kommentar=$HTTP_POST_VARS['kommentar'];
> >
> >
> > //Verbindung zur Db:
> > $db=mysql_connect("xxxxx","dbxxxxxx","xxxxxxx");
> > mysql_select_db("xxxxxxxx");
> >
> >
> >
Sorry. Entweder so:

$anfrage="INSERT INTO band 
VALUES('$ID','$bandname',`$ansprechpartner`,`$telefon`,`$ort`,`$mail`,`$bild`,`$kommentar)";


oder so:

$anfrage.=$ID;
$anfrage.="','";
$anfrage.=$bandname;
$anfrage.="','";
$anfrage.=$ansprechpartner;
$anfrage.="','";
$anfrage.=$telefon;
$anfrage.="','";
$anfrage.=$ort;
$anfrage.="','";
$anfrage.=$mail;
$anfrage.="','";
$anfrage.=$bild;
$anfrage.="','";
$anfrage.=$kommentar;
$anfrage.="')";

> Also entweder das eine oder das andere, beides zusammen geht nich...


Jonas
- -- 
Jonas Schneider
eMail JonasSchneider at gmx.de
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.0 (GNU/Linux)

iD8DBQFA7aP9pqpdmWP17qoRAjjBAJ9MjpBQEGpZ1eJhtiKXwaL8k2KdaACfbm7/
nwuy17xLPe3ldBiNLnHKWiE=
=ybBk
-----END PGP SIGNATURE-----


php::bar PHP Wiki   -   Listenarchive