Re: [PHP-DB] php client --> informix-se

2001-02-12 Thread Paul Gardiner
Hello Luigi, I'm afraid before you're able to use the informix database it will have to be upgraded to at least version 7.x. We have SCO Openserver 5.0.4 running the Informix SE 7.2 with PHP4 and Apache and all works well. We too have an NT server but would not even entertain the idea of running

Re: [PHP-DB] meta tag inside php / redirect / refresh

2001-03-16 Thread Paul Gardiner
Hi Marc, Try this - untested and I'm very sleepy, but should get you closer ;o) Refresh Test http://www.chescolawyers.com/BB/index2.shtml\">"; ?> Regards, - Paul - - Original Message - From: "Marc Bragg" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, M

[PHP-DB] PHP4, APACHE, SCO & INFORMIX

2001-04-30 Thread Paul Gardiner
Hi Everyone, Firstly, apologies for cross posting but I wanted to make sure this got to the relevant people. I am continually getting people asking me off list for information regarding building the above combination. I don't mind as it's encouraging to see PHP spreading to this type of platform

Re: [PHP-DB] Error MSG -410 while executing a select with ifx_query on a informix database on linux

2001-05-22 Thread Paul Gardiner
Hi Robert, Your test code is correct although you could do with an ifx_close($conn_id); at the end. Have you tried running isql(assuming you've got it) and just trying to run the query from there? Regards, - Paul - "Robert Hennig" <[EMAIL PROTECTED]> wrote in message 9ednu0$p93$[EMAIL PROTECT

Re: [PHP-DB] Error MSG -410 while executing a select with ifx_query on a informix database on linux

2001-05-22 Thread Paul Gardiner
so we thought to know every Programm, but isql is > completely unknown. Is this a special programm? > > We have executed this select with a sql-editor on the server also as with > dbaccess, on both it works. > > Thanks > > Robert > > ""Paul Gardine

Re: [PHP-DB] Informix Question (Still need help,please)

2001-06-22 Thread Paul Gardiner
Hi, Have a try with something like this. Not tested and it's Friday ;o) $connid = ifx_connect(blah,blah,blah) or die("An error occurred connecting to database"); $Query = "SELECT tracknum,orderdate,ordertotal,status,shipdate ". "FROM orders ". "

Re: [PHP-DB] PHP and Informix installation

2001-07-27 Thread Paul Gardiner
Hi, To be honest I don't know if PHP will work with version 5.x of Informix. I think it must be 7.x. At least that's for the SE version. In case I'm wrong for On-Line you can have a go but you'll have to specify the libs manually when compiling Apache. If you run esql -libs this will list the l

Re: [PHP-DB] Error "making" php with informix

2001-08-29 Thread Paul Gardiner
Hello again, What version of Informix are you now running? Last time we spoke you were only on 5. AFAIK you need at least ver 7 In the current version(4.0.6) of PHP the Informix libraries must be specified in LIBS when compiling Apache. Jani has hopefully fixed this problem for 4.0.7. Have a lo

Re: [PHP-DB] Forms Question

2001-09-06 Thread Paul Gardiner
Hi there, Take a look at the following snippet below. It is similar to what you're looking for without having to bugger about duplicating loads of lines for each store. Just add a new one to the array if required. Best Regards, - Paul - "; echo "$MonthName"; } ?> - Original Messa

Re: [PHP-DB] db's war

2001-09-18 Thread Paul Gardiner
Hi, I'm also very interested in other peoples thoughts and reactions to this. We've been hit twofold, we run on SCO which Caldera has now taken over and also use Informix which IBM have acquired, whom I'm sure will try to make us move to DB2 at some point. The other trouble we have is a lot of o

Re: [PHP-DB] problems compiling with-informix

2003-08-19 Thread Paul Gardiner
I run Informix (SE7.25.UC4 - UC5 had a major bug) on RH8.0. It wouldn't run on RH9.0 because of the glibc 2.3.x conflict. I beleive Informix only supports glibc 2.2.x. at the moment. If it's possible, use RH8.0 as I know it works. - Paul - - Original Message - From: <[EMAIL PROTECTED]> T

Re: [PHP-DB] Problems building PHP with Informix support

2003-11-04 Thread Paul Gardiner
Hi Daryl, Have a look through the attached files. I use these to build PHP, Apache & Informix(SE 7.25.UC6, CSDK 2.81.UC1) on a Redhat 8.0 machine. I don't use RPM but this may give you some clues on how to compile it all as I know this setup works. Compiling with Informix can be an absolute ^%$"$!