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

2001-06-22 Thread Christian Haul
On 21.Jun.2001 -- 02:22 PM, William Flow wrote: > Chris, >Thanks for the advice, of course I already did "rtfm" and the > ifx_fetch_rows entry did not really help me. It, in fact > does NOT return an enumerated array, as the top line of the page > states. It ONLY returns an associative

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

2001-06-22 Thread Christian Haul
On 21.Jun.2001 -- 02:22 PM, William Flow wrote: > Chris, >Thanks for the advice, of course I already did "rtfm" and the > ifx_fetch_rows entry did not really help me. It, in fact > does NOT return an enumerated array, as the top line of the page > states. It ONLY returns an associative

Re: [PHP-DB] Informix Question how to put data from query into variables

2001-06-21 Thread Christian Haul
"wflow" <[EMAIL PROTECTED]> wrote: > Hi All, > What I want to do is create another query from some of the data from another > one. The question is how do I take the data I get back from my first query > and put that into variables so I can build my second query. The example I > have in mind is:

Re: [PHP-DB] Informix question

2001-06-21 Thread Christian Haul
Bård Farstad <[EMAIL PROTECTED]> wrote: > Hi all, > I'm writing an application which uses the PHP interface to informix. I'm > having trouble with newlines in char/varchar or lvarchar fields. > How can I store newlines (\n) to an informix database without using blobs? You need to escape newlin

[PHP-DB] Informix & blobs problem -609 / core dump

2001-06-19 Thread Christian Haul
Hi. When trying to insert anything into a BLOB column in informix I get a -609 error back (invalid use of TEXT/BYTE host variable), no matter what parameters used when ifx_create_blob'ing. Inserting into TEXT columns does work OK. When trying to read anything from a TEXT or BLOB column, php di