* Thus wrote Matt Giddings: > Hello, > > Anybody out there in php land succesfully use php with the unidata > database running on unix? We're going to be starting a project that > requires php to unidata communication and I'm looking for pointers or > any other useful information that will help this project get off to a > smooth start.
I'm not familiar with unidata, so I dont know if they have a native library that php can use. But if all else fails, they should provide an ODBC interface at minimum. So you can use unixODBC and php's odbc library to access the database. In theory of course. See http://php.net/uodbc for some details on how to configure php with odbc. Curt -- First, let me assure you that this is not one of those shady pyramid schemes you've been hearing about. No, sir. Our model is the trapezoid! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php