Php – Call to undefined method mysqli::execute_query()
This are the files im using: modeloBd.php <?php class modeloBd { private static $server = "127.0.0.1"; private static $user = "root"; private static $password = ""; private static $dbname = "bd"; protected $conn; protected function __construct() { $conexion = new…