Page 1 of 1

ODBC on Windows

Posted: Fri Aug 09, 2002 3:38 pm
by Takuma
Hi how do you use ODBC feature in PHP on Windows? I want to learn how to use ODBC functions of PHP but don't have one :lol: . I've already setup a MySQL...

Posted: Fri Aug 09, 2002 4:35 pm
by josa
A place to start: http://www.devnetwork.net/forums/viewtopic.php?t=1437

Btw, I suppose you know there is built in support for MySQL in PHP. No use using ODBC for that. But you probably want to learn how to use ODBC in PHP, right?

/josa

Posted: Sun Aug 11, 2002 2:33 am
by Takuma
But you probably want to learn how to use ODBC in PHP, right?
Yep That's right, and thanks for your help!