[PHP-WIN] Re: problems with phpmyadmin

2003-06-10 Thread Joseph McDonald
Do you have a cpl lines like this in your httpd.conf? LoadModule php4_module "c:/php/sapi/php4apache2.dll" AddType application/x-httpd-php .php .inc if your file is name extension is php3, you should have atleast .php & .php3 on the AddType line. I have .inc cause all of my include() files are n

[PHP-WIN] PHP, ODBC, Unable to Connect

2003-06-06 Thread Joseph McDonald
Here is the code (acct # blurred for obvious reason): ##begin paste## ##end paste## Here is the result: ##being paste## Warning: SQL error: [Simba Technologies Inc.][SimbaEngine C/S ODBC Driver][SimbaClient][SimbaClient LNA]Client RPC error. Error = (103) Error sending message. Trap = (111) Error

Re: [PHP-WIN] PHP, ODBC, Unable to Connect

2003-06-06 Thread Joseph McDonald
there is any typo in the query > itself... i work that way with php/mysql and most of the cases where i > find such an error is some sort of typo in the query... > > Cheers... > Luis Ferro > > Joseph McDonald wrote: > > >Here is the code (acct # blurred for