This page's ID: 12265
From: Greenville, SC, USAInsane since: Jan 2002
how do I connect a database to odbc in mysql?
From: Belgrade, SerbiaInsane since: Sep 2000
I would suggest you not to use ODBC to connect to MySQL database. The main reason against ODBC is portability, since ODBC works only under Windows. You should use *native* MySQL functions from PHP to connect to the database.
« Backwards — Onwards »