Re: problems when fetching array contents.

From: "Cornelia Boenigk" <poppcorn(at)cornelia-boenigk(dot)de>
To: "J0nEz" <jonas(at)frizone(dot)ch>, <pgsql-php(at)postgresql(dot)org>
Subject: Re: problems when fetching array contents.
Date: 2003-08-13 17:48:46
Message-ID: 007901c361c3$29c92170$0201a8c0@zwerg2000
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-php

Hi

> while ($configuration = tep_db_fetch_array($configuration_query)) {

Why don't you use pg_fetch_array() or pg_fetch_assoc() or
pg_fetch_all()?

Conni

In response to

Browse pgsql-php by date

  From Date Subject
Next Message J0nEz 2003-08-13 18:05:15 error was in last email: problems when fetching array contents.
Previous Message J0nEz 2003-08-13 17:24:03 problems when fetching array contents.