ConFoo Montreal 2026: Call for Papers

Voting

: max(two, two)?
(Example: nine)

The Note You're Voting On

nicolas dot baptiste at gmail dot com
15 years ago
This actually works to bind NULL on an integer field in MySQL :

$stm->bindValue(':param', null, PDO::PARAM_INT);

<< Back to user notes page

To Top