php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "@new mysqli()"

What are the differences between using new mysqli and mysqli_connect in PHP?

When working with MySQL databases in PHP, the main difference between using `new mysqli` and `mysqli_connect` lies in the way the connection object is...

How can the syntax error "unexpected 'new' (T_NEW)" be avoided when trying to instantiate a class with a mysqli connection in PHP?

To avoid the syntax error "unexpected 'new' (T_NEW)" when trying to instantiate a class with a mysqli connection in PHP, make sure to use the correct...

Why are quotes unnecessary in a new mysqli connection instantiation in PHP?

When creating a new mysqli connection in PHP, quotes are unnecessary because the mysqli constructor does not require them for the hostname, username,...

What are common pitfalls when migrating hosting data to a new server that may affect PHP functionality, such as mysqli queries?

Common pitfalls when migrating hosting data to a new server that may affect PHP functionality, such as mysqli queries, include differences in server c...

How does the choice between new mysqli and mysqli_connect impact the overall performance and scalability of a PHP application?

The choice between using new mysqli and mysqli_connect can impact the overall performance and scalability of a PHP application. The new mysqli object-...

Showing 1 to 5 of 10000 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 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.