php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "odbc functions"

How should the php.ini file be configured to work with ODBC databases?

To work with ODBC databases in PHP, you need to ensure that the php.ini file is configured with the necessary settings. This includes enabling the ODB...

What are common pitfalls when using ODBC connections in PHP to access FileMaker databases on MacOSX?

One common pitfall when using ODBC connections in PHP to access FileMaker databases on MacOSX is not setting the correct ODBC driver path. To solve th...

How can PHP be used to format dates retrieved from an ODBC database?

When retrieving dates from an ODBC database in PHP, they are often returned in a specific format that may need to be formatted differently for display...

Can you provide examples of how to efficiently fetch and display multiple rows of data using odbc functions in PHP?

When fetching and displaying multiple rows of data using ODBC functions in PHP, it is important to use a loop to iterate through each row and display...

What could be causing the ODBC Access issue in PHP on a Windows Server 2019 with IIS 10?

The ODBC Access issue in PHP on a Windows Server 2019 with IIS 10 could be caused by missing or incorrect ODBC drivers, incorrect connection settings,...

Showing 11 to 15 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.