it's ok the test using MySQL, but executing the statements in PHP code, this SQL query return no result:
I'm a newbie in this, is it possible that this code:
$sql = "call sp_logon('$User',md5('$Pwd'), @Logged, @AsActideUser)";
$mysqli = new mysqli($this->host, $this->user, $this->pwd...