(Fatal error: Call to a member function bind_param() on a non-object)
问题 I get an error with this text:(sorry for my bad english I am from germany!) Error: Fatal error: Call to a member function bind_param() on a non-object in /users/ftf/www/ccache.php on line 44 A part of the Code from ccache.php // Neues Datenbank-Objekt erzeugen $db = @new mysqli( 'localhost', 'ftf', '***', 'ftf' ); // Pruefen ob die Datenbankverbindung hergestellt werden konnte if (mysqli_connect_errno() == 0) { $sql = "INSERT INTO cache ('name', 'user', 'veroefentlichung', 'beschreibung',