Re: [PHP-DB] Linux/PHP/Interbase

2001-08-28 Thread Yves Glodt
On Tuesday 28 August 2001 07:43, Todd Cary wrote: I am new to the Linux environment - currently using IIS/PHP/Interbase. What do I need in order to have Interbase running with PHP on a linux 7.1 platform? I have Interbase 6 installed and I have PHP 4.0.4pl1 loaded. The php.ini file has

Re: [PHP-DB] Linux/PHP/Interbase

2001-08-28 Thread Yves Glodt
On Tuesday 28 August 2001 16:21, Todd Cary wrote: Many thanks for your answer! However, I have one additional request: how to compile PHP under Linux 7.1? As I said previously, Linux/Unix is new to me and it has been quite a few years since I did any programming with C/C++ - Delphi has been

Re: [PHP-DB] Linux/PHP/Interbase

2001-08-28 Thread Yves Glodt
On Tuesday 28 August 2001 20:38, Todd Cary wrote: Steve - I am still trying to find out which RPM I need to install... Many thanks for the help... Todd it's a program that came with apache in my distro, it's called apxs i've got it in /usr/sbin/ try locate apxs, if it

Re: [PHP-DB] ODBC Woes

2001-08-28 Thread Yves Glodt
On Tuesday 28 August 2001 22:05, Jonathan Hilgeman wrote: Okay, all I need to know is this: Some people say that they can only connect with: odbc_connect(DSN=Datasource;UID=username;PWD=password,,); Others say that doesn't work, and that they can only connect with:

Re: [PHP-DB] Linux/PHP/Interbase

2001-08-28 Thread Yves Glodt
On Tuesday 28 August 2001 22:45, Todd Cary wrote: OK! I now have Linux 7.1, PHP 4.0.6, Interbase 6, and Apache all running thanks to some kind from from all of you. Now the big question that is not within the scope of this forum: What did I really do when I compiled the PHP 4.0.6? Maybe

Re: [PHP-DB] PHP development with PostgreSQL

2001-08-24 Thread Yves Glodt
On Friday 24 August 2001 10:06, you wrote: Hi, We've been using MySQL for 2 years now in all the PHP systems we have developed for our clients. We're thinking of using PostgreSQL now. What is your experience with PostgreSQL? Any comments? The reason why we want to shift is because we have

Re: [PHP-DB] PHP development with PostgreSQL

2001-08-24 Thread Yves Glodt
On Friday 24 August 2001 12:27, Jason Brooke wrote: This seems more like a problem in database design like in the database itself. yves how come? I would suggest that you give details about the table that is slow, or maybe post it to a mysql mailing-list directly. Slowness on large

Re: [PHP-DB] Interbase transaction question

2001-08-24 Thread Yves Glodt
Waseca, MN. 56093 Voice: 507-835-0253 Fax: 507-835-0293 -- -Original Message- From: Yves Glodt [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 23, 2001 14:11 To: [EMAIL PROTECTED] Subject: [PHP-DB] Another Interbase question Look at this: ?php

[PHP-DB] Escaping queries in php using InterBase

2001-08-22 Thread Yves Glodt
Hello, I'm in trouble with my current project which uses Interbase as backend. (php.ini: magic_quotes_sybase = On) When I insert a string containing a ', like Beverly D'Angelo, php saves it with two ' When I insert it with two ', it gets saved with four ' Short: php multiplies all the ' by

[PHP-DB] Interbase blob question

2001-08-22 Thread Yves Glodt
Hi, is there a way to treat the output of ibase_blob_echo? I want to do some str_replace with its content before displaying it. thank you, yves -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To