Re: [PHP] contracting & consulting (was "[PHP] Pricing for PHP pr ogramming???")

2001-02-01 Thread cmoewes
I have implemented a PHP Developer's directory at http://www.phpusergroups.org where you can sign up to the directory and wehen people are looking for spot jobs you will receive a RFG (request for quotes). On Fri, Feb 02, 2001 at 09:22:24AM +1100, Josh G wrote: > and one place where everybody on

Re: [PHP] myODBC

2001-01-25 Thread cmoewes
myODBC lets you connect to a mysql databas3e via the ODBC protocol. So you can create a mysql database connection (on a windows machine) and use that connection in a MSAccess environment. Or pull data directly from mysql into an Excel spreadsheet. Plus i am sure ASP and stuff like that can use it