php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "Call to a member function"

What are some common reasons for receiving the error "Call to a member function bind_param() on a non-object" in PHP?

The error "Call to a member function bind_param() on a non-object" in PHP typically occurs when trying to call the bind_param() method on a variable t...

What is the common cause of the "Fatal error: Call to a member function query()" in PHP?

The common cause of the "Fatal error: Call to a member function query()" in PHP is when you try to call the query() method on a variable that is not a...

What are the potential reasons for the error "Call to a member function assign() on a non-object" in the moneyorder.php file?

The error "Call to a member function assign() on a non-object" typically occurs when trying to call the assign() method on a variable that is not an o...

What are the best practices for structuring PHP classes and methods to prevent errors like "Call to a member function query() on a non-object"?

The error "Call to a member function query() on a non-object" typically occurs when trying to call a method on an object that is not properly instanti...

How can the error "Call to a member function bind_param() on a non-object" be resolved in mysqli prepared statements?

The error "Call to a member function bind_param() on a non-object" occurs when the prepared statement object is not created successfully, usually due...

Showing 36 to 40 of 10000 results

‹ 1 2 ... 5 6 7 8 9 10 11 ... 1999 2000 ›
PHP.ORG

A free knowledge base for PHP developers. Open to all.

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.