I can now query the C-Tree database and have the results returned via ODBC.....(Forgive me I have nerver worked with the PHP ODBC functions)...
I can display results with the odbc_fetch_row or odbc_fetch_all functions, but how would I place the ODBC results into an array (with MYSQL you can mysql_fetch_array) so I can pass ODBC data into the mysql database?
More specifically, if I query a client database via odbc and return all the "SMITHS". How is the user to select the correct "SMITH", then have some (not all) of the SMITH records id (which can be easily identified via a primary key) passed through to another php file?
I think I may have gone brain dead today....
FYI...Faircom is preparing to release linux compat API's and ODBC drivers within the next two months.
Please Help.