Mailinglisten-Archive |
> vielen Dank für die PHP-Hinweise zum Apostroph.
> Ich arbeite mit PERL. Gibt's da etwas ähnliches wie htmlentities und
> strippslasches.
Guck mal unter "qq{}" und "quote()"
Bsp.:
$sth = $dbh->prepare( qq {select......});
$value = "paul";
$quoted_value = $dbh->quote($value);
Gruß Alexander
---
*** Weitere Infos zur Mailingliste und MySQL unter http://www.4t2.com/mysql
php::bar PHP Wiki - Listenarchive