phpbar.de logo

Mailinglisten-Archive

[php] PDO: NULL in tabelle einfügen

[php] PDO: NULL in tabelle einfügen

Yannik Hampe yannikh at gmail.com
Sam Okt 28 00:19:21 CEST 2006


Hi @ll,

ich sitze gerade an dem problem, dass ich gerne in eine MySQL-Tabelle
mit einer NULL-baren Spalte einen Null-wert einfügen möchte. Also sowas:

$st =$pdo->prepare('INSERT INTO tabelle (wert) VALUES (?)');
$st->execute(Array('NULL'));
$st->execute(Array(null));

Beide executes funktionieren so nicht. Also wie macht man es richtig?

Yannik

php::bar PHP Wiki   -   Listenarchive