RE: [PHP] newbie question about odbc_connect

2001-11-14 Thread Andrew Hill
Johannnes, To enable ODBC support in PHP on Linux, configure --with-iodbc per the HOWTO at www.iodbc.org. This will link PHP against an ODBC Driver Manager, but you will still require an ODBC Driver. If you cannot obtain an ODBC driver for FMPro for Linux, you can use the OpenLink Multi-Tier

Re: [PHP] newbie question about odbc_connect

2001-11-13 Thread David Robley
On Wed, 14 Nov 2001 10:51, Johannes Ambrose wrote: Hi, I've been happily using mysql_connect() for various scripts on a linux box. Now I'd like to connect to a filemaker pro database using odbc_connect(). However, the response I get is Call to undefined function. Do I need to compile odbc