Re: [PHP-DB] php + interbase

2001-11-01 Thread Meir Kriheli
6.0, and the dll you're using is compiled against version What is the way to use interbase with php ? greetings, Jacek Krywult PHP works best with interbase 6.0 (or firebird) and up, so i suggest removing local interbase and installing the newer one. -- Meir Kriheli -- PHP Database

Re: [PHP-DB] Hmmm? PHP+PostgreSQL

2001-10-24 Thread Meir Kriheli
/local/apache/bin/apxs --enable-versioning --enable-track-vars --with-pgsql --with-mysql make make install Did you restart apache after the installation ? You can also try to compile with --with-pgsql=/usr/local/pgsql -- Meir Kriheli (I have mySQL, too) Compilation process was great

Re: [PHP-DB] PHP linux interbase Apache

2001-09-06 Thread Meir Kriheli
On Thursday 06 September 2001 13:31, Stephane MOREL wrote: Hi all I'm new on PHP. I've installed PHP interbase Apache correctly. But I would like to connect Interbase database through PHP. So I enable interbase support for php by doing this : ./configure --with-interbase --with-apache

Re: [PHP-DB] PHP linux interbase Apache

2001-09-06 Thread Meir Kriheli
with: --with-interbase=shared,/opt/interbase and modify your php.ini I suggest you read the relevant pages in the manual. Find them at http://www.php.net/manual/en/install.unix.php http://www.php.net/manual/en/install.configure.php -- Meir Kriheli steph Paul Cooper a écrit : On Thu, Sep 06

Re: [PHP-DB] RE: Probably a stupid home server question ........

2001-07-19 Thread Meir Kriheli
On Thursday 19 July 2001 19:25, Andrew Chase wrote: Make sure ahead of time whether the cable ISP gives you a static IP address or a dynamic one... Most of them in the US only give you dynamic IP's. They don't change all that often, but it does make it tough to host a domain name if your IP

Re: [PHP-DB] interbase (?) field contents does not show

2001-04-29 Thread Meir kriheli
/function.ibase-fetch-object.php -- Meir Kriheli There's someone in my head, but it's not me - Pink Floyd -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL

Re: [PHP-DB] Interbase

2001-03-11 Thread Meir kriheli
.. instead of ...\Examples\Database BTW, the coreect connection string for interbase (using tcp/ip) is hostname:path\to\your\db\including\filename HTH -- Meir Kriheli There's someone in my head, but it's not me - Pink Floyd -- PHP Database Mailing List (http://www.php.net/) To unsubscri

Re: [PHP-DB] Create view and Select in Interbase

2001-03-02 Thread Meir kriheli
see what's happening. Usually views should be created outside the scripts. Don't use DDL in scripts, it's not necessary, and will slow your scripts down. Create the view using isql or your favorite management tool and then acesss it in your script. -- Meir Kriheli There's someone in my head

Re: [PHP-DB] Interbase + PHP Error

2001-03-01 Thread Meir kriheli
on (interbase.log in interbase's installation directory). If you're using the superserver version you shuold add localhost to /etc/hosts.equiv. p.s $ibname in your script seems to be CV.gdb (it's not set in the script you've posted). if the file is name cv.gdb it will not work. HTH -- Meir Kriheli

Re: [PHP-DB] Interbase + PHP

2001-02-26 Thread Meir kriheli
thanks. Duky If you're on linux you should configure php with --with-interbase=/path/to/your/interbase/install.dir and then compile it. -- Meir Kriheli There's someone in my head, but it's not me - Pink Floyd -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail

Re: [PHP-DB] PHP + interbase connection problem

2001-02-25 Thread Meir Kriheli - MKsoft
Looks like your PHP installation is not compiled with interbase support. Can you guve us some more details ? What is the OS you're using and the code the caused you problems. Meir Kriheli MKsoft computer systems 'There's someone in my head but it's not me" - Pink Floyd - Ori