Thread select abfrage (11 answers)
Opened by Alter at 2008-07-20 22:05

Alter
 2008-07-20 22:05
#112348 #112348
User since
2008-02-27
67 Artikel
BenutzerIn
[default_avatar]
guten abend,

ich will eine select abfrage machen für ein passwort und nen namen, bekomme aber einen fehler.

Code (perl): (dl )
my $user_dbh = $dbh -> prepare("select name, passwort from user where name = '".$name."' and passwort = password($passwort)");


fehlermeldung:

Code: (dl )
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


was ist hier dran falsch??

vielen dank

alter
The only way to survive! Before and after the year 2000, 3000, 4000, ... and tomorrow, too! Linux forever

View full thread select abfrage