Knowledge base

1000 FAQs, 500 tutorials and instructional videos. Here, there are only solutions!

Using PHP ODBC functions

Update 08/24/2026

This guide concerns the ODBC functions of PHP.

 

The ODBC functions of PHP are only supported on Cloud Server.

 

Open Database Connectivity Functions

These are the functions used to interact with databases via the ODBC (Open Database Connectivity) interface, a standard for accessing data sources in a uniform manner. Here are some examples of how to use the PHP ODBC functions:

  • Be able to read data from an external database and display it on your website.
  • Insert or modify data in an external database.
  • Perform complex queries on an external database

Has this FAQ been helpful?