[PHP] Informix compile problem

2002-05-16 Thread Mike Baranski
I posted a fix on the bug report form, but don't know how to implement it in the configure script. Someone should add it that knows what they're doing. http://bugs.php.net/bug.php?id=15177 Mike B. -- ## # Mike Baranski #

[PHP] Informix.so module

2002-05-16 Thread Mike Baranski
Has anyone gotten this working with the newest version of PHP? We have an app that uses this, and can't seem to get it to compile. Bug 15177 is marked as critical, but nothing has been done. Any idea when it'll be fixed? Mike. -- ## # Mik

[PHP] PHP Hosting Services

2002-01-31 Thread Mike Baranski
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, just wondering if anyone here could recommend a good (free, if there is a good one) PHP/mysql Hosting service. I'm willing to pay some, but not more than 15 /month Thanks GPG Key located on: http://www.keyserver.net/en/ -BEGIN PGP SIGN

Re: [PHP] Re: Metabse and ODBC Blobs, was [Re: Store Image in Access Database]

2001-12-27 Thread Mike Baranski
works fine. The > > problem is with the Blobs, that update statement is not getting run. > > There's only 1 row in the table, but the description and ole object do > > not get updated. If I switch the driver to use mysql as opposed to odbc, > > it works fine on an i

[PHP] Metabse and ODBC Blobs, was [Re: Store Image in Access Database]

2001-12-27 Thread Mike Baranski
Blobs, that update statement is not getting run. There's only 1 row in the table, but the description and ole object do not get updated. If I switch the driver to use mysql as opposed to odbc, it works fine on an identical table (on linux, not windows). Any ideas? Mike B. On Wednesday 26

[PHP] Store Image in Access Database

2001-12-27 Thread Mike Baranski
Hi, I'm trying to store a binary file in an access database, I'm using an ole type, and I think that it's getting inserted OK. My problem is that I don't know how to pull it out... How do you select the stuff that's in an ole object out of the database and display it, a jpg, for example. I can'

[PHP] Store Image in Access Database

2001-12-26 Thread Mike Baranski
know how to do this with access. Thanks Mike. --- -- * * Mike Baranski * * Security Managment Consulting * * 919-788-9200 Phone* * 919-510-0037 Fax * * [EMAIL PROTECTED] * * -- PHP General Mail

[PHP] Upload file problems on Win 2K

2001-12-26 Thread Mike Baranski
Hi, I'm trying to fix upload file problems on Win 2K server. I've got the allow directive set to on in the PHP.ini file, and the permissions set to give everyone full access on the directory specified in the ini file. The file never shows up. I'm using code identical to working code for a li