Categories
Tags → Php Odbc Tutorial

Using PHP with ODBC

This is a detailed tutorial intended for the PHP programmer interested in learning more about database connectivity - using the ODBC standard. You should be familiar with PHP syntax and have a working knowledge of databases.
DETAILS

Simple ODBC Connections

PHP includes functions for Open Database Connectivity (ODBC), which is useful if, for example, you want to connect to a Microsoft Access data source on Windows NT. An increasing number of PHP developers are using the ODBC functions to connect to data...
DETAILS
©2003-2008 jCay.com