php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "alternative database"

What are some alternative methods for storing images outside of the database?

Storing images directly in a database can lead to performance issues and increased database size. An alternative method is to store images outside of...

What are some alternative methods to cronjobs for updating a database daily in PHP?

Cronjobs are a common method for updating a database daily in PHP, but there are alternative methods that can achieve the same result. One alternative...

What is the alternative method to summing values from a database query in PHP?

When summing values from a database query in PHP, an alternative method is to use the `SUM()` function directly in the SQL query itself. This way, the...

What alternative function can be used instead of mysqli_fetch_assoc to retrieve all database entries?

When retrieving all database entries, an alternative function to mysqli_fetch_assoc is mysqli_fetch_all. This function fetches all rows from a result...

What are alternative methods to access an Access database in PHP without using ODBC?

One alternative method to access an Access database in PHP without using ODBC is to use the PDO (PHP Data Objects) extension with the `odbc` driver. T...

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.