Commande MySQL :
set @session sql_mode = ANSI;
Quelle est la commande PHP correspondante ?
Cette approche ne semble pas fonctionner :
$conn= new mysqli("localhost", "root", "", "DB");
$conn->options(MYSQLI_INIT_COMMAND, "SET SQL_MODE = 'ANSI'");