9 Einträge, 1 Seite |
$Text =~ s/\ Viereck /\/g;
$Text = $dbh->quote($Text);
$sql = $dbh->quote("INSERT INTO Tabelle (Text, Spalte2, Spalte3) VALUES($Text, $AndereVariable, $noch_eine);
$Text = $dbh->quote($Text);
$sql = $dbh->quote("INSERT INTO Tabelle (Text, Spalte2, Spalte3) VALUES($Text, $AndereVariable, $noch_eine);
9 Einträge, 1 Seite |