Usa mysqli_multi_query invece di mysqli_query , dovrebbe bastare.
$query = mysqli_multi_query($db_conx,$sqlCommand) or die(mysqli_error($db_conx));
https://php.net/manual/en/mysqli.multi-query .php
Usa mysqli_multi_query invece di mysqli_query , dovrebbe bastare.
$query = mysqli_multi_query($db_conx,$sqlCommand) or die(mysqli_error($db_conx));
https://php.net/manual/en/mysqli.multi-query .php