Knowledge base
1000 FAQs, 500 tutorials and explanatory videos. Here, there are only solutions!
Using PHP ODBC functions
This guide covers the ODBC functions of PHP.
The ODBC functions of PHP are only supported on Managed 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 uniformly. Here are a few examples of using the ODBC functions of PHP:
- Ability 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
Link to this FAQ: