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.
We don't like Ads much either, but they do help cover the costs of running the site. Please consider turning off your ad blocker. Thank you.
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.