Re: [PHP-DB] php + interbase

2001-11-01 Thread Meir Kriheli
elphi is pre version 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

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

2001-10-24 Thread Meir Kriheli
./configure --with-apxs=/usr/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,

Re: [PHP-DB] How to do this with PHP

2001-09-21 Thread Meir Kriheli
herwise, you can't be sure about the order of rows returned - it could work but you shouldn't take a chance). For more info on this check PHP builder: http://www.phpbuilder.com/columns/rod20001214.php3 -- Meir Kriheli > -Original Message- > From: Alawi Albaity [mail

Re: [PHP-DB] PHP linux interbase Apache

2001-09-06 Thread Meir Kriheli
shared interbase module (.so) you should compile 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 &

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] 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

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

2001-04-29 Thread Meir kriheli
e user contributed notes in the on line manual. goto: http://www.php.net/manual/en/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

Re: [PHP-DB] column names

2001-04-03 Thread Meir kriheli
ATION_FIELDS Your select should be something like: select RDB$FIELD_NAME from RDB$RELATION_FIELDS where RDB$RELATION_NAME = 'your_table_name' I'm building a new system, and I don't have an installation of Interbase I can check this on. I've got it from the Interbase documen

Re: [PHP-DB] Interbase

2001-03-11 Thread Meir kriheli
You've misspelled your db path, you've wrote ...\Examples\Databse instead of ...\Examples\Database BTW, the coreect connection string for interbase (using tcp/ip) is : HTH -- Meir Kriheli There's someone in my head, but it's not me - Pink Floyd -- PHP Database Mailin

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

2001-03-02 Thread Meir kriheli
e views queries can't be prepared, I don't now. Try to check to ibase_errmsg() after the first query to 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 u

Re: [PHP-DB] Interbase + PHP Error

2001-03-01 Thread Meir kriheli
ng 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 wor

Re: [PHP-DB] Interbase + PHP

2001-02-26 Thread Meir kriheli
help me out.. really 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

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" -

Re: [PHP-DB] Thanks for answer jjeffman, but...

2001-01-21 Thread Meir Kriheli - MKsoft
Hi, Have you tried Interbase 6 ? It's possible that the module your working for was compiled with IB6's headers and libraries. Meir Kriheli MKsoft computer systems 'There's someone in my head but it's not me" - Pink Floyd - Original Message - From: &quo