My IT Department does not support MySql. So I need to find another db app that will work with PHP on a Solaris box. Any suggestions? Thanks in advance.
My IT Department does not support MySql.
What do they support?
They said they can support Oracle or SQL2000. I have yet to see any books and info on using either with PHP?
Php can talk to many databases natively! If native support is not for a particular database but it support ODBC, you can use the ODBC-functions instead! For Oracle and MSSQL look here: http://www.php.net/manual/en/ref.oracle.php http://www.php.net/manual/en/ref.mssql.php
These may also work for MSSQL: http://www.php.net/manual/en/ref.ifx.php
Good luck!