Thread „MySQL: Wie funktioniert UPDATE“ und „INSERT“ mit Perl (20 answers)
Opened by Gast at 2008-01-13 18:07

pq
 2010-02-05 18:07
#131885 #131885
User since
2003-08-04
12209 Artikel
Admin1
[Homepage]
user image
ein paar links dazu:
2010-02-05T17:02:10 GwenDragon
* Verwende use strict; und use warnings;

Wiki:use strict

Quote
* Verwende bei Abfragen Platzhalter, das verhindert SQL-Injections

Wiki:DbiPlatzhalter
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Damian Conway in "Perl Best Practices"
lesen: Wiki:Wie frage ich & perlintro Wiki:brian's Leitfaden für jedes Perl-Problem

View full thread „MySQL: Wie funktioniert UPDATE“ und „INSERT“ mit Perl