phpbar.de logo

Mailinglisten-Archive

Apostrophe

Apostrophe

Alexander Friess mysql_(at)_lists.phpcenter.de
Wed, 25 Apr 2001 14:23:40 +0200


> 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