You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser.
I want to know how to make an odbc connection using php code.
Please send suggestions.
Thanks.
http://www.go4kpo.com
You can find almost all you need to know about php syntax and functions at
php.net
For example, there is a whole section on connecting with ODBC.
To connect, use
odbc_connect()
Hope this helps.